mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +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
459 B
TOML
16 lines
459 B
TOML
[project]
|
|
name = "dify-vdb-elasticsearch"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"elasticsearch==8.14.0",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-elasticsearch)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
elasticsearch = "dify_vdb_elasticsearch.elasticsearch_vector:ElasticSearchVectorFactory"
|
|
elasticsearch-ja = "dify_vdb_elasticsearch.elasticsearch_ja_vector:ElasticSearchJaVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|