Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
1 |
+
google-generativeai
|
2 |
+
python-dotenv
|
3 |
+
langchain
|
4 |
+
PyPDF2
|
5 |
+
# chromadb
|
6 |
+
faiss-cpu
|
7 |
+
langchain_google_genai
|
8 |
+
scikit-learn
|
9 |
+
streamlit==1.8.0
|
10 |
+
protobuf==3.20.3
|
11 |
+
# Add other dependencies
|