Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|