dify/api/providers/vdb/vdb-pgvector/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
313 B
TOML

[project]
name = "dify-vdb-pgvector"
version = "0.0.1"
dependencies = [
"pgvector==0.5.0",
]
description = "Dify vector store backend (dify-vdb-pgvector)."
[project.entry-points."dify.vector_backends"]
pgvector = "dify_vdb_pgvector.pgvector:PGVectorFactory"
[tool.setuptools.packages.find]
where = ["src"]