venkat23 commited on
Commit
84a065b
·
verified ·
1 Parent(s): fede17f

Updated with versions

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
  streamlit==1.30.0
2
- langchain-groq
3
- dotenv
4
- langchain
5
- faiss-cpu
6
- sentence-transformers
7
- requests
8
- beautifulsoup4
9
- lxml
10
- altair
11
- pandas
 
 
1
  streamlit==1.30.0
2
+ langchain-community==0.0.29
3
+ langchain-groq==0.1.3
4
+ python-dotenv==1.0.0
5
+ langchain==0.1.13
6
+ faiss-cpu==1.7.4
7
+ sentence-transformers==2.6.1
8
+ requests==2.31.0
9
+ beautifulsoup4==4.12.3
10
+ lxml==4.9.4
11
+ pypdf==3.17.4
12
+ tiktoken==0.6.0