aamirhameed commited on
Commit
303c2d4
·
verified ·
1 Parent(s): cdd24a3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -7
requirements.txt CHANGED
@@ -1,9 +1,16 @@
1
- langchain>=0.0.200
2
- langchain-community>=0.0.17
3
  huggingface_hub==0.32.3
4
- sentence-transformers==4.1.0
5
- faiss-cpu>=1.7.2
6
- rank_bm25
7
- numpy>=1.21.0
8
  scipy>=1.7.0
9
- streamlit>=1.20.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  huggingface_hub==0.32.3
 
 
 
 
2
  scipy>=1.7.0
3
+ streamlit>=1.20.0
4
+ langchain-core>=0.1.0
5
+ langchain-community>=0.0.20
6
+ langchain>=0.1.0
7
+ langchain-huggingface>=0.0.2
8
+ sentence-transformers>=2.2.2
9
+ faiss-cpu>=1.7.4
10
+ huggingface-hub>=0.19.4
11
+ rank_bm25>=0.2.1
12
+ numpy>=1.24.0
13
+ pydantic>=2.0.0
14
+ python-dotenv>=1.0.0
15
+ tqdm>=4.65.0
16
+ typing-extensions>=4.5.0