Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,9 @@ streamlit
|
|
| 2 |
google-generativeai
|
| 3 |
python-dotenv
|
| 4 |
langchain
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
google-generativeai
|
| 3 |
python-dotenv
|
| 4 |
langchain
|
| 5 |
+
PyPDF2
|
| 6 |
+
chromadb
|
| 7 |
+
pdf2image
|
| 8 |
+
faiss-cpu
|
| 9 |
+
python-docx
|
| 10 |
+
Pillow
|