Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
python-dotenv
|
4 |
+
langchain-community
|
5 |
+
PyPDF2
|
6 |
+
faiss-cpu==1.7.2
|
7 |
+
chromadb==0.5.5
|
8 |
+
langchain_google_genai
|