mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 11:26:43 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: wangxiaolei <fatelei@gmail.com>
16 lines
353 B
TOML
16 lines
353 B
TOML
[project]
|
|
name = "dify-vdb-lindorm"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"opensearch-py==3.1.0",
|
|
"tenacity>=8.0.0",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-lindorm)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
lindorm = "dify_vdb_lindorm.lindorm_vector:LindormVectorStoreFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|