mirror of
https://github.com/langgenius/dify.git
synced 2026-07-29 08:19:34 +08:00
14 lines
406 B
TOML
14 lines
406 B
TOML
[project]
|
|
name = "dify-vdb-alibabacloud-mysql"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"mysql-connector-python>=9.3.0,<10.0.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"]
|