mirror of
https://github.com/langgenius/dify.git
synced 2026-06-10 01:41:16 +08:00
15 lines
329 B
TOML
15 lines
329 B
TOML
[project]
|
|
name = "dify-vdb-vastbase"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"pyobvector==0.2.25",
|
|
]
|
|
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"]
|