CHUNYU0505 commited on
Commit
915d599
·
verified ·
1 Parent(s): 80a3e78

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- langchain==0.2.9
2
- langchain-community==0.3.29
3
- langchain-huggingface==0.0.3
4
- transformers==4.55.4
5
- sentence-transformers==5.1.0
6
- faiss-cpu==1.12.0
7
- gradio==5.44.1
8
- python-docx==1.2.0
9
- tqdm==4.66.0
10
- huggingface_hub==0.16.4
11
- requests==2.32.0
 
1
+ langchain>=0.2.20,<0.3.0
2
+ langchain-community>=0.3.0
3
+ langchain-huggingface>=0.0.3
4
+ transformers
5
+ sentence-transformers
6
+ faiss-cpu
7
+ gradio
8
+ python-docx
9
+ tqdm
10
+ huggingface_hub
11
+ requests