Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -4,8 +4,10 @@ keras==2.12.0 # Specified version
|
|
4 |
streamlit==1.18.0
|
5 |
PyPDF2==1.21.0
|
6 |
langchain==0.3.4
|
7 |
-
langchain_google_genai==0.
|
8 |
langchain_community==0.3.3
|
9 |
-
HuggingFaceEmbeddings==0.0.1 #
|
10 |
google-generativeai==0.8.3
|
11 |
tensorflow==2.12.0
|
|
|
|
|
|
4 |
streamlit==1.18.0
|
5 |
PyPDF2==1.21.0
|
6 |
langchain==0.3.4
|
7 |
+
langchain_google_genai==2.0.1 # Updated to the latest available version
|
8 |
langchain_community==0.3.3
|
9 |
+
HuggingFaceEmbeddings==0.0.1 # Adjust this version if necessary
|
10 |
google-generativeai==0.8.3
|
11 |
tensorflow==2.12.0
|
12 |
+
python-dotenv==1.0.0
|
13 |
+
|