mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 23:18:39 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: wangxiaolei <fatelei@gmail.com>
14 lines
398 B
TOML
14 lines
398 B
TOML
[project]
|
|
name = "dify-vdb-alibabacloud-mysql"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"mysql-connector-python>=9.3.0",
|
|
]
|
|
description = "Dify vector store backend (dify-vdb-alibabacloud-mysql)."
|
|
|
|
[project.entry-points."dify.vector_backends"]
|
|
alibabacloud_mysql = "dify_vdb_alibabacloud_mysql.alibabacloud_mysql_vector:AlibabaCloudMySQLVectorFactory"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|