feat: add support for Matrixone database (#20714)

This commit is contained in:
LiuBo
2025-06-19 10:20:12 +08:00
committed by GitHub
parent e99861d4fe
commit 17fe62cf91
17 changed files with 2504 additions and 2248 deletions

View File

@@ -281,6 +281,7 @@ def migrate_knowledge_vector_database():
VectorType.ELASTICSEARCH,
VectorType.OPENGAUSS,
VectorType.TABLESTORE,
VectorType.MATRIXONE,
}
lower_collection_vector_types = {
VectorType.ANALYTICDB,