mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 03:16:33 +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
334 B
TOML
15 lines
334 B
TOML
[project]
|
|
name = "dify-vdb-weaviate"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"weaviate-client==4.20.5",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-weaviate)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
weaviate = "dify_vdb_weaviate.weaviate_vector:WeaviateVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|