19 lines
423 B
TOML
19 lines
423 B
TOML
[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",
|
|
]
|
|
[[tool.uv.index]]
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
default = true
|