Spaces:
Runtime error
Runtime error
Added requirements.txt file
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
python-dotenv
|
4 |
+
pdf2image
|
5 |
+
langchain
|
6 |
+
PyPDF2
|
7 |
+
chromadb
|
8 |
+
faiss-cpu
|
9 |
+
langchain_google_genai
|