Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
streamlit==1.22.0
|
2 |
-
google-generativeai==0.7.2
|
3 |
-
python-dotenv==1.0.0
|
4 |
-
langchain==0.2.6
|
5 |
-
PyPDF2==3.0.1
|
6 |
-
chromadb==0.5.3
|
7 |
-
|
8 |
-
|
|
|
9 |
langchain_community==0.2.6
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
google-generativeai==0.7.2
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
langchain==0.2.6
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
chromadb==0.5.3
|
7 |
+
docx2txt==0.8
|
8 |
+
faiss-cpu==1.7.2
|
9 |
+
langchain_google_genai==1.0.7
|
10 |
langchain_community==0.2.6
|