mirror of
https://github.com/langgenius/dify.git
synced 2026-04-16 18:39:18 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: wangxiaolei <fatelei@gmail.com>
15 lines
313 B
TOML
15 lines
313 B
TOML
[project]
|
|
name = "dify-vdb-pgvector"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"pgvector==0.4.2",
|
|
]
|
|
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"]
|