first commit

This commit is contained in:
gameloader
2025-04-12 16:06:57 +08:00
commit 534919a646
13 changed files with 2065 additions and 0 deletions

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[project]
name = "haystack"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.12",
"haystack-ai>=2.12.1",
"huggingface-hub>=0.30.2",
"milvus-haystack>=0.0.15",
"pydantic>=2.11.3",
"pymilvus>=2.5.6",
"uvicorn>=0.34.0",
]