Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
langchain==0.1.3
|
3 |
+
openai==1.9.0
|
4 |
+
langchain-openai==0.0.3
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
faiss-cpu==1.7.4
|