AashitaK commited on
Commit
a589ede
Β·
verified Β·
1 Parent(s): 2567a25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
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).