mirror of
https://github.com/langgenius/dify.git
synced 2026-09-01 21:55:46 +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>
16 lines
427 B
TOML
16 lines
427 B
TOML
[project]
|
|
name = "dify-vdb-analyticdb"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"alibabacloud_gpdb20160503~=5.9.0",
|
|
"alibabacloud_tea_openapi==0.4.4",
|
|
"clickhouse-connect==0.15.1",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-analyticdb)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
analyticdb = "dify_vdb_analyticdb.analyticdb_vector:AnalyticdbVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|