This commit is contained in:
2025-12-15 14:38:31 +08:00
commit 22778e22fb
17 changed files with 938 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
pymilvus==2.4.1
langchain==0.1.0
langchain-community==0.0.28
sentence-transformers==2.2.2
ollama==0.1.7
numpy==1.24.3
flask~=3.1.2
uvicorn~=0.37.0
fastapi~=0.118.2
requests~=2.32.5