mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +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
338 B
TOML
15 lines
338 B
TOML
[project]
|
|
name = "dify-vdb-pgvecto-rs"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"pgvecto-rs[sqlalchemy]~=0.2.2",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-pgvecto-rs)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
pgvecto-rs = "dify_vdb_pgvecto_rs.pgvecto_rs:PGVectoRSFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|