Ragulkumar1104 commited on
Commit
bdb4a6b
·
verified ·
1 Parent(s): 013ba3d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- streamlit
2
- google-generativeai
3
- python-dotenv
4
- langchain
5
- PyPDF2
6
- chromadb
7
- faiss-cpu
8
- langchain_google_genai
9
- langchain-community
 
1
+ streamlit==1.25.0 # Replace with latest version
2
+ google-generativeai==0.2.0 # Replace with latest version
3
+ python-dotenv==1.0.0 # Replace with latest version
4
+ langchain==0.95.0 # Replace with latest version
5
+ PyPDF2==3.0.1 # Replace with latest version
6
+ chromadb==0.4.0 # Replace with latest version
7
+ faiss-cpu==1.7.3 # Replace with latest version
8
+ langchain_google_genai==0.0.1 # Replace with latest version
9
+ langchain-community==0.0.1 # Replace with latest version