Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,5 +9,38 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
short_description: AI chatbot for HMC helpdesk
|
| 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).
|
|
|
|
| 9 |
pinned: false
|
| 10 |
short_description: AI chatbot for HMC helpdesk
|
| 11 |
---
|
| 12 |
+
---
|
| 13 |
+
title: Trial HMC AIchatbot
|
| 14 |
+
emoji: π¬
|
| 15 |
+
colorFrom: yellow
|
| 16 |
+
colorTo: purple
|
| 17 |
+
sdk: gradio
|
| 18 |
+
sdk_version: 5.0.1
|
| 19 |
+
app_file: app.py
|
| 20 |
+
pinned: false
|
| 21 |
+
short_description: AI chatbot for HMC helpdesk
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
/project-root
|
| 25 |
+
βββ data
|
| 26 |
+
β βββ services.csv
|
| 27 |
+
β βββ document_embeddings.pkl
|
| 28 |
+
β βββ db_update_timestamp.txt
|
| 29 |
+
β
|
| 30 |
+
βββ prompts
|
| 31 |
+
β βββ meta_prompt.txt
|
| 32 |
+
β βββ chabot_header_message.txt
|
| 33 |
+
β
|
| 34 |
+
βββ utils
|
| 35 |
+
β βββ chatbot.py
|
| 36 |
+
β βββ document_retrieval.py
|
| 37 |
+
β βββ embedding_generation.py
|
| 38 |
+
β βββ file_utils.py
|
| 39 |
+
β βββ openai_api.py
|
| 40 |
+
β
|
| 41 |
+
βββ .gitattributes
|
| 42 |
+
βββ README.md
|
| 43 |
+
βββ app.py
|
| 44 |
+
βββ requirements.txt
|
| 45 |
|
| 46 |
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).
|