Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.32.0
|
2 |
+
PyPDF2==3.0.1
|
3 |
+
langchain==0.1.11
|
4 |
+
openai==1.13.3
|
5 |
+
faiss-cpu==1.8.0
|
6 |
+
python-dotenv==1.0.1
|