mirror of
https://github.com/langgenius/dify.git
synced 2026-09-02 22:36:15 +08:00
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>
14 lines
307 B
TOML
14 lines
307 B
TOML
[project]
|
|
name = "dify-vdb-baidu"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"pymochow==2.4.1",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-baidu)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
baidu = "dify_vdb_baidu.baidu_vector:BaiduVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|