mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 09:57:03 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: wangxiaolei <fatelei@gmail.com>
17 lines
442 B
TOML
17 lines
442 B
TOML
[project]
|
|
name = "dify-vdb-oceanbase"
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
"pyobvector~=0.2.17",
|
|
"mysql-connector-python>=9.3.0",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-oceanbase)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
oceanbase = "dify_vdb_oceanbase.oceanbase_vector:OceanBaseVectorFactory"
|
|
seekdb = "dify_vdb_oceanbase.oceanbase_vector:OceanBaseVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|