dify/api/providers/vdb/vdb-baidu/pyproject.toml
dependabot[bot] 2838957004
chore(deps): bump the vdb group with 9 updates (#39911)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2026-08-04 03:40:41 +00:00

14 lines
307 B
TOML

[project]
name = "dify-vdb-baidu"
version = "0.0.1"
dependencies = [
"pymochow==2.4.1",
]
description = "Dify vector store backend (dify-vdb-baidu)."
[project.entry-points."dify.vector_backends"]
baidu = "dify_vdb_baidu.baidu_vector:BaiduVectorFactory"
[tool.setuptools.packages.find]
where = ["src"]