raflibagas commited on
Commit
bbb77e2
·
verified ·
1 Parent(s): 47bd83e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,13 +1,12 @@
1
- ---
2
- title: Rag Vidavox
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- short_description: A RAG-powered chatbot about the SmartHome Hub X1000
11
- ---
12
 
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
1
+ # SmartHome Hub X1000 Assistant
 
 
 
 
 
 
 
 
 
 
2
 
3
+ A RAG-powered chatbot that can answer questions about the SmartHome Hub X1000.
4
+
5
+ ## Setup
6
+ 1. Install requirements: `pip install -r requirements.txt`
7
+ 2. Set your GROQ_API_KEY environment variable
8
+ 3. Run the app: `python app.py`
9
+
10
+ ## Usage
11
+ - Ask questions about SmartHome Hub X1000
12
+ - The system uses RAG to provide accurate answers based on the documentation