Spaces:
Sleeping
Sleeping
readme changed according to spaces
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Demo RAG Chatbot
|
| 2 |
|
| 3 |
A Python demo chatbot that:
|
|
@@ -30,10 +42,10 @@ python chatbot.py
|
|
| 30 |
|
| 31 |
Type a question and press Enter. Type `exit` to quit.
|
| 32 |
|
| 33 |
-
## Run with
|
| 34 |
|
| 35 |
```bash
|
| 36 |
-
|
| 37 |
```
|
| 38 |
|
| 39 |
-
Interactive web interface with real-time answers and
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RAG Chatbot Demo
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "3.0.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Demo RAG Chatbot
|
| 14 |
|
| 15 |
A Python demo chatbot that:
|
|
|
|
| 42 |
|
| 43 |
Type a question and press Enter. Type `exit` to quit.
|
| 44 |
|
| 45 |
+
## Run with Gradio UI
|
| 46 |
|
| 47 |
```bash
|
| 48 |
+
python app.py
|
| 49 |
```
|
| 50 |
|
| 51 |
+
Interactive web interface with real-time answers and citations display.
|
env
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-----BEGIN OPENSSH PRIVATE KEY-----
|
| 2 |
+
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
| 3 |
+
QyNTUxOQAAACAA4gWH0R+iEvVsrL9ZF7kbu92B7jp+Ph6wICJYfmXRVwAAAKBmH2cmZh9n
|
| 4 |
+
JgAAAAtzc2gtZWQyNTUxOQAAACAA4gWH0R+iEvVsrL9ZF7kbu92B7jp+Ph6wICJYfmXRVw
|
| 5 |
+
AAAEDnlCa4ztmjHwExSudjWqP1u12YMR+LqyrvZKBV+pdmawDiBYfRH6IS9Wysv1kXuRu7
|
| 6 |
+
3YHuOn4+HrAgIlh+ZdFXAAAAHUhhaWRlcnJhdGxhbXdhbGE3ODZAZ21haWwuY29t
|
| 7 |
+
-----END OPENSSH PRIVATE KEY-----
|
env.pub
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIADiBYfRH6IS9Wysv1kXuRu73YHuOn4+HrAgIlh+ZdFX Haiderratlamwala786@gmail.com
|