dify/api/providers/vdb/vdb-tablestore/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

15 lines
340 B
TOML

[project]
name = "dify-vdb-tablestore"
version = "0.0.1"
dependencies = [
"tablestore==6.4.8",
]
description = "Dify vector store backend (dify-vdb-tablestore)."
[project.entry-points."dify.vector_backends"]
tablestore = "dify_vdb_tablestore.tablestore_vector:TableStoreVectorFactory"
[tool.setuptools.packages.find]
where = ["src"]