baodan/dify-main/api/providers/vdb/vdb-tencent/pyproject.toml

15 lines
322 B
TOML
Raw Normal View History

[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"]