File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+ numpy == 1.24.*
3+ sentence-transformers >= 2.7.0 ,< 3.0.0 # Updated for Qwen model support
4+ transformers >= 4.51.0 # Required for newer sentence-transformer features
5+ FlagEmbedding >= 1.2.9 # For BGE-M3 model support
26mcp
3-
4- openai >= 1.0.0
5-
6- numpy == 1.24
7-
8- sentence-transformers >= 2.2.0
9-
10- faiss-gpu >= 1.7.0
11-
12- # 时间和日期处理
13- python-dateutil >= 2.8.0
14-
15- typing-extensions >= 4.0.0
16-
17- # 可选:如果GPU不可用,可以手动安装CPU版本
18- # pip uninstall faiss-gpu
19- # pip install faiss-cpu>=1.7.0
7+ faiss-gpu >= 1.7.0 ,< 2.0.0
8+ httpx [socks ]
9+ openai
10+ # Web framework (for demo)
11+ flask >= 2.0.0 ,< 3.0.0
12+
13+ # Optional utilities
14+ python-dotenv >= 0.19.0 ,< 2.0.0
15+
16+ # Development and testing (optional)
17+ # pytest>=7.0.0,<8.0.0
18+ # pytest-asyncio>=0.20.0,<1.0.0
19+
20+ # Additional dependencies for compatibility
21+ typing-extensions >= 4.0.0 ,< 5.0.0
22+ regex >= 2022.1.18
You can’t perform that action at this time.
0 commit comments