Spaces:
Sleeping
Sleeping
ByteBrewer
commited on
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
google-generativeai
|
3 |
-
python-dotenv
|
4 |
-
langchain
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
langchain_google_genai
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
python-dotenv
|
4 |
+
langchain
|
5 |
+
langchain_community
|
6 |
+
PyPDF2
|
7 |
+
chromadb
|
8 |
+
faiss-cpu
|
9 |
langchain_google_genai
|