Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
streamlit==1.37.1
|
| 2 |
-
google-generativeai==0.3.2
|
| 3 |
python-dotenv
|
| 4 |
-
|
| 5 |
-
langchain
|
| 6 |
-
langchain-google-genai
|
| 7 |
-
faiss-cpu
|
| 8 |
PyPDF2
|
| 9 |
python-docx
|
| 10 |
beautifulsoup4
|
| 11 |
-
|
| 12 |
-
|
|
|
|
| 1 |
streamlit==1.37.1
|
|
|
|
| 2 |
python-dotenv
|
| 3 |
+
google-generativeai==0.3.2
|
| 4 |
+
langchain==0.1.14
|
| 5 |
+
langchain-google-genai==0.0.6
|
|
|
|
| 6 |
PyPDF2
|
| 7 |
python-docx
|
| 8 |
beautifulsoup4
|
|
|
|
|
|