traversaal-ai commited on
Commit
6fcd658
·
verified ·
1 Parent(s): 2a53f57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -33,14 +33,14 @@ Participants will be working with a comprehensive dataset comprising hotel infor
33
  **Objective:**
34
  Build a RAG (Retrieval-Augmented Generation) based system using Qdrant as Vector db, that empowers users to input semantic queries about the hotels they are searching for. The system should not only retrieve relevant hotels in the corresponding city but also utilize a decoder model to explain why a particular hotel matches their preferences.
35
 
36
- ### **Level 2: Integration with [Traversaal.ai](http://traversaal.ai/)'s Ares API**
37
 
38
  **Objective:**
39
- Augment the Level 1 RAG model by integrating [Traversaal.ai](http://traversaal.ai/)'s Ares API, which performs real-time internet searches. Participants are encouraged to enhance their RAG applications by incorporating relevant details about hotels or locations obtained dynamically through the Ares API. E.g. *“food near these hotels”, “things to do in this area” or “articles/blogs about the hotel not available in the dataset”*
40
 
41
- Participants can utilize this api endpoint by signing up at: [api.traversaal.ai](http://api.traversaal.ai) and get access to 200 web searches for free per user - no credit card needed
42
 
43
- You can see Ares documentation here.
44
 
45
  ### **Level 3: Conversational Chatbot with OpenAI Functions**
46
 
@@ -50,10 +50,18 @@ Develop a conversational style chatbot capable of engaging in multiple conversat
50
  ### **Key Highlights:**
51
 
52
  - **Innovative Approach:** Participants are encouraged to adopt innovative approaches in designing RAG models, integrating external APIs, and developing conversational chatbots.
53
- - **Real-time Augmentation:** The incorporation of [Traversaal.ai](http://traversaal.ai/)'s Ares API introduces a real-time dimension, enabling participants to enhance their applications with up-to-date information from the internet.
54
  - **User-Centric Solutions:** The ultimate goal is to create AI-driven solutions that not only retrieve relevant results but also offer insightful explanations and engage users in dynamic conversations.
55
  - **Collaboration Opportunities:** The hackathon provides a platform for collaboration, knowledge exchange, and exploration of state-of-the-art technologies in the realm of AI and natural language processing.
56
 
 
 
 
 
 
 
 
 
57
  ## **Evaluation:**
58
 
59
  Code submissions will be based on:
 
33
  **Objective:**
34
  Build a RAG (Retrieval-Augmented Generation) based system using Qdrant as Vector db, that empowers users to input semantic queries about the hotels they are searching for. The system should not only retrieve relevant hotels in the corresponding city but also utilize a decoder model to explain why a particular hotel matches their preferences.
35
 
36
+ ### **Level 2: Integration with [Traversaal.ai](https://traversaal.ai/)'s Ares API**
37
 
38
  **Objective:**
39
+ Augment the Level 1 RAG model by integrating [Traversaal.ai](https://traversaal.ai/)'s Ares API, which performs real-time internet searches. Participants are encouraged to enhance their RAG applications by incorporating relevant details about hotels or locations obtained dynamically through the Ares API. E.g. *“food near these hotels”, “things to do in this area” or “articles/blogs about the hotel not available in the dataset”*
40
 
41
+ Participants can utilize this api endpoint by signing up at: [api.traversaal.ai](https://api.traversaal.ai/) and get access to 100 web searches for free per user - no credit card needed
42
 
43
+ You can see Ares documentation [here](https://docs.traversaal.ai/introduction).
44
 
45
  ### **Level 3: Conversational Chatbot with OpenAI Functions**
46
 
 
50
  ### **Key Highlights:**
51
 
52
  - **Innovative Approach:** Participants are encouraged to adopt innovative approaches in designing RAG models, integrating external APIs, and developing conversational chatbots.
53
+ - **Real-time Augmentation:** The incorporation of [Traversaal.ai](https://traversaal.ai/)'s Ares API introduces a real-time dimension, enabling participants to enhance their applications with up-to-date information from the internet.
54
  - **User-Centric Solutions:** The ultimate goal is to create AI-driven solutions that not only retrieve relevant results but also offer insightful explanations and engage users in dynamic conversations.
55
  - **Collaboration Opportunities:** The hackathon provides a platform for collaboration, knowledge exchange, and exploration of state-of-the-art technologies in the realm of AI and natural language processing.
56
 
57
+ ## **Submission Criteria:**
58
+
59
+ 1. Request to join Traversaal Hackathon org by clicking [here:](https://huggingface.co/login?next=%2Ftraversaal-ai-hackathon)
60
+ 2. You will submit your code as a Streamlit or Gradio App in this org
61
+ 3. Your code should be well documented with your team name and email addresses
62
+ 4. For any issues, please email us at: [email protected]
63
+
64
+
65
  ## **Evaluation:**
66
 
67
  Code submissions will be based on: