Spaces:
Runtime error
Runtime error
Just4jcgeorge
commited on
Commit
•
4b7d5c1
1
Parent(s):
e440838
Created Financial (Insurance) Policy Chatbot
Browse filesPart 1
extract chunks of text from pdf
Mistral embed -> for text embeddings
Mistral Chat API -> for chatting with pdf.
Qdrant vector db
README.md
CHANGED
@@ -6,6 +6,7 @@ colorTo: yellow
|
|
6 |
sdk: docker
|
7 |
app_port: 3000
|
8 |
pinned: false
|
|
|
9 |
---
|
10 |
|
11 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: docker
|
7 |
app_port: 3000
|
8 |
pinned: false
|
9 |
+
license: apache-2.0
|
10 |
---
|
11 |
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|