Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -1 +1,16 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.335
|
2 |
+
PyPDF2==3.0.1
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
streamlit==1.28.2
|
5 |
+
openai==1.2.4
|
6 |
+
faiss-cpu==1.7.4
|
7 |
+
altair==5.1.2
|
8 |
+
tiktoken==0.5.1
|
9 |
+
black==23.11.0
|
10 |
+
# uncomment to use huggingface llms
|
11 |
+
huggingface-hub==0.17.3
|
12 |
+
|
13 |
+
# uncomment to use instructor embeddings
|
14 |
+
InstructorEmbedding==1.0.1
|
15 |
+
sentence-transformers==2.2.2
|
16 |
+
transformers
|