mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 09:57:03 +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
317 B
TOML
15 lines
317 B
TOML
[project]
|
|
name = "dify-vdb-iris"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"intersystems-irispython>=5.1.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"]
|