dify/api/providers/vdb/vdb-couchbase/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
333 B
TOML

[project]
name = "dify-vdb-couchbase"
version = "0.0.1"
dependencies = [
"couchbase~=4.6.2",
]
description = "Dify vector store backend (dify-vdb-couchbase)."
[project.entry-points."dify.vector_backends"]
couchbase = "dify_vdb_couchbase.couchbase_vector:CouchbaseVectorFactory"
[tool.setuptools.packages.find]
where = ["src"]