SarahXia0405 commited on
Commit
7c00bd4
Β·
verified Β·
1 Parent(s): 44e3823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -13,4 +13,14 @@ hf_oauth_scopes:
13
  license: mit
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
16
  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).
 
13
  license: mit
14
  ---
15
 
16
+ ```
17
+ πŸ“¦ project/
18
+ β”œβ”€β”€ app.py
19
+ β”œβ”€β”€ config.py
20
+ β”œβ”€β”€ clare_core.py
21
+ β”œβ”€β”€ rag_engine.py ← 负责 RAG
22
+ └── requirements.txt
23
+
24
+ ```
25
+
26
  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).