first commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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",
|
||||
]
|
Reference in New Issue
Block a user