Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: purple
|
|
| 6 |
sdk: docker
|
| 7 |
app_file: flask_app.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Document RAG Chatbot
|
|
@@ -45,7 +46,7 @@ Built with **Flask**, **LangChain**, and **Google Gemini**, this project demonst
|
|
| 45 |
|
| 46 |
### 1️⃣ Clone the Repository
|
| 47 |
```bash
|
| 48 |
-
git clone https://
|
| 49 |
cd Document-RAG-System
|
| 50 |
````
|
| 51 |
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
app_file: flask_app.py
|
| 8 |
pinned: false
|
| 9 |
+
short_description: 'An intelligent, context-aware chatbot that understands your '
|
| 10 |
---
|
| 11 |
|
| 12 |
# Document RAG Chatbot
|
|
|
|
| 46 |
|
| 47 |
### 1️⃣ Clone the Repository
|
| 48 |
```bash
|
| 49 |
+
git clone https://huggingface.co/spaces/<your-username>/Document-RAG-System
|
| 50 |
cd Document-RAG-System
|
| 51 |
````
|
| 52 |
|