Spaces:
Running
Running
Commit
Β·
32c1c68
1
Parent(s):
72b3bd1
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -3,8 +3,8 @@ python-dotenv==1.0.0
|
|
| 3 |
tiktoken==0.4.0
|
| 4 |
faiss-cpu==1.7.4
|
| 5 |
protobuf~=3.19.0
|
|
|
|
| 6 |
pypdf
|
| 7 |
-
google-generativeai
|
| 8 |
InstructorEmbedding
|
| 9 |
sentence-transformers
|
| 10 |
streamlit
|
|
@@ -13,5 +13,4 @@ frontend
|
|
| 13 |
tools
|
| 14 |
docx2txt
|
| 15 |
fitz
|
| 16 |
-
huggingface_hub
|
| 17 |
-
chainlit
|
|
|
|
| 3 |
tiktoken==0.4.0
|
| 4 |
faiss-cpu==1.7.4
|
| 5 |
protobuf~=3.19.0
|
| 6 |
+
requests==2.27.1
|
| 7 |
pypdf
|
|
|
|
| 8 |
InstructorEmbedding
|
| 9 |
sentence-transformers
|
| 10 |
streamlit
|
|
|
|
| 13 |
tools
|
| 14 |
docx2txt
|
| 15 |
fitz
|
| 16 |
+
huggingface_hub
|
|
|