Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
PyPDF2>=3.0.1
|
| 3 |
+
langchain>=0.0.350
|
| 4 |
+
langchain-google-genai>=1.0.0
|
| 5 |
+
langchain-community>=0.0.10
|
| 6 |
+
faiss-cpu>=1.7.4
|
| 7 |
+
python-dotenv>=1.0.0
|
| 8 |
+
google-generativeai>=0.3.0
|
| 9 |
+
protobuf>=4.21.0
|
| 10 |
+
typing-extensions>=4.5.0
|