Spaces:
Sleeping
Sleeping
Commit ·
d5d4b45
1
Parent(s): d76a574
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
|
@@ -2,12 +2,9 @@ langchain==0.0.184
|
|
| 2 |
PyPDF2==3.0.1
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
streamlit==1.18.1
|
| 5 |
-
openai==0.27.6
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
# uncomment to use instructor embeddings
|
| 12 |
-
# InstructorEmbedding==1.0.1
|
| 13 |
-
# sentence-transformers==2.2.2
|
|
|
|
| 2 |
PyPDF2==3.0.1
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
streamlit==1.18.1
|
| 5 |
+
#openai==0.27.6
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
|
| 8 |
+
huggingface-hub==0.14.1
|
| 9 |
+
InstructorEmbedding==1.0.1
|
| 10 |
+
sentence-transformers==2.2.2
|
|
|
|
|
|
|
|
|