Himanshu2003 commited on
Commit
b2897bb
·
verified ·
1 Parent(s): 0b40f48

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- langchain
2
- langchain-core
3
- langchain-community
4
- google-generativeai
5
- pandas
6
- sentence-transformers
7
- faiss-cpu
8
- streamlit
9
- tabulate
 
1
+ langchain==1.0.2
2
+ langchain-core==1.0.1
3
+ langchain-community==0.4.1
4
+ google-generativeai==0.8.5
5
+ pandas==2.3.3
6
+ sentence-transformers==5.1.2
7
+ faiss-cpu==1.12.0
8
+ streamlit==1.51.0
9
+ tabulate==0.9.0