danielsuarez-mash commited on
Commit
3f967af
1 Parent(s): ce1871d

Updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- streamlit
2
- pypdf2
3
  langchain==0.1.0
4
  langchain-core==0.1.9
5
  langchain-community==0.0.11
6
- pip
7
  huggingface-hub==0.17.3
8
- faiss-cpu
9
- instructorembedding
10
- python-dotenv
11
  sentence-transformers==2.2.2
12
  transformers==4.35.0
 
1
+ streamlit==1.29.0
2
+ pypdf2==2.11.1
3
  langchain==0.1.0
4
  langchain-core==0.1.9
5
  langchain-community==0.0.11
6
+ pip==23.3.1
7
  huggingface-hub==0.17.3
8
+ faiss-cpu==1.7.4
9
+ instructorembedding==1.0.1
10
+ python-dotenv==1.0.0
11
  sentence-transformers==2.2.2
12
  transformers==4.35.0