dify/api/providers/vdb/vdb-milvus/pyproject.toml
Yunlu Wen ae898652b2
refactor: move vdb implementations to workspaces (#34900)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: wangxiaolei <fatelei@gmail.com>
2026-04-13 08:56:43 +00:00

15 lines
315 B
TOML

[project]
name = "dify-vdb-milvus"
version = "0.0.1"
dependencies = [
"pymilvus~=2.6.12",
]
description = "Dify vector store backend (dify-vdb-milvus)."
[project.entry-points."dify.vector_backends"]
milvus = "dify_vdb_milvus.milvus_vector:MilvusVectorFactory"
[tool.setuptools.packages.find]
where = ["src"]