Hammad112 commited on
Commit
d679bdd
·
verified ·
1 Parent(s): 90824bc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.6.10
8
  langchain_community==0.3.3
9
- HuggingFaceEmbeddings==0.0.1 # Hypothetical version; please check the actual version if needed
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
+