mirror of
https://github.com/langgenius/dify.git
synced 2026-08-31 04:53:19 +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>
15 lines
324 B
TOML
15 lines
324 B
TOML
[project]
|
|
name = "dify-vdb-iris"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"intersystems-irispython>=5.4.0,<6.0.0",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-iris)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
iris = "dify_vdb_iris.iris_vector:IrisVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|