12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
|
|
# RAG 知识库服务依赖(使用本地 Ollama)
|
|||
|
|
flask>=2.0.0
|
|||
|
|
flask-cors>=4.0.0
|
|||
|
|
faiss-cpu>=1.7.0
|
|||
|
|
numpy>=1.21.0
|
|||
|
|
watchdog>=3.0.0
|
|||
|
|
pypdf2>=3.0.0
|
|||
|
|
python-docx>=0.8.0
|
|||
|
|
chardet>=5.0.0
|
|||
|
|
jieba>=0.42.0
|
|||
|
|
requests>=2.28.0
|