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
329 B
TOML
15 lines
329 B
TOML
[project]
|
|
name = "dify-vdb-vastbase"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"pyobvector~=0.2.17",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-vastbase)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
vastbase = "dify_vdb_vastbase.vastbase_vector:VastbaseVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|