File size: 452 Bytes
8d688b4
0abac0e
 
915d599
9afdb2d
8d688b4
 
 
 
 
9afdb2d
8d688b4
 
 
9afdb2d
 
8d688b4
 
 
9afdb2d
 
8d688b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# LangChain 最新可用
langchain>=0.3.18,<0.4
langchain-community>=0.3.18,<0.4
langchain-huggingface>=0.0.3

# Hugging Face 模型 & 推理
transformers>=4.45.0
huggingface_hub>=0.23.0
sentencepiece>=0.2.0  # 🚀 必裝,T5 中文模型需要
accelerate>=0.33.0    # 避免 device_map 問題

# 向量搜尋
sentence-transformers>=2.7.0
faiss-cpu>=1.8.0

# 文件處理
python-docx>=1.1.0
tqdm>=4.66.0
requests>=2.32.0

# Web 前端
gradio>=4.44.0