SysModeler commited on
Commit
d470fe5
·
verified ·
1 Parent(s): 828f1ff

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,12 +1,10 @@
1
- langchain
2
- langchain-community
3
- langchain-core
4
- langchain-openai
5
- openai
6
- faiss-cpu
7
- python-dotenv
8
- transformers
9
- sentence-transformers
10
  gradio==4.15.0
11
  gradio_client==0.8.1
12
- huggingface_hub>=0.19.3
 
1
+ langchain==0.3.25
2
+ langchain-community==0.3.24
3
+ langchain-core==0.3.60
4
+ langchain-openai==0.3.17
5
+ openai==1.79.0
6
+ faiss-cpu==1.11.0
7
+ python-dotenv==1.1.0
 
 
8
  gradio==4.15.0
9
  gradio_client==0.8.1
10
+ huggingface_hub >= 0.19.3