yanyoyo commited on
Commit
8ac0155
·
1 Parent(s): 0ae9ad2

Fix pydantic version compatibility issues

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
  # 核心依赖
2
  streamlit==1.36.0
 
 
3
  llama-index==0.8.4
4
  openai==1.58.1
5
  python-dotenv
6
 
7
  # Hugging Face 相关
8
- transformers==4.30.2
9
- huggingface-hub==0.16.4
10
- sentence-transformers==2.2.2
11
 
12
  # PyTorch 相关
13
  torch==2.0.1
 
1
  # 核心依赖
2
  streamlit==1.36.0
3
+ pydantic
4
+ langchain
5
  llama-index==0.8.4
6
  openai==1.58.1
7
  python-dotenv
8
 
9
  # Hugging Face 相关
10
+ transformers
11
+ huggingface-hub
12
+ sentence-transformers
13
 
14
  # PyTorch 相关
15
  torch==2.0.1