Zenne commited on
Commit
fca61a3
1 Parent(s): 172f027

Updated readme

Browse files
Files changed (2) hide show
  1. README.md +9 -0
  2. screenshot/chat.png +0 -0
README.md CHANGED
@@ -10,4 +10,13 @@ pinned: false
10
  license: mit
11
  ---
12
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: mit
11
  ---
12
 
13
+ # Chatbot using Llama_Index
14
+
15
+ ## Chatting with mulitple files based on Llama_Index
16
+
17
+ No API key required. No external vectorstore required. Upload one or more files (.txt, .pdf, ...) and chat about the content.
18
+
19
+ ## Screenshot
20
+ ![chat](./screenshot/chat.png)
21
+
22
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
screenshot/chat.png ADDED