mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 00:00:41 -04:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: wangxiaolei <fatelei@gmail.com>
15 lines
322 B
TOML
15 lines
322 B
TOML
[project]
|
|
name = "dify-vdb-tencent"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"tcvectordb~=2.1.0",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-tencent)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
tencent = "dify_vdb_tencent.tencent_vector:TencentVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|