Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
huggingface-hub==0.17.3
|
11 |
+
InstructorEmbedding==1.0.1
|
12 |
+
sentence-transformers==2.2.2
|