mirror of
https://github.com/langgenius/dify.git
synced 2026-07-24 13:08:34 +08:00
16 lines
360 B
TOML
16 lines
360 B
TOML
[project]
|
|
name = "dify-vdb-lindorm"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"opensearch-py==3.1.0",
|
|
"tenacity>=8.0.0,<9.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"]
|