feat: support openGauss vector database (#15865)

This commit is contained in:
LittleFish-15
2025-03-17 19:42:54 +08:00
committed by GitHub
parent db7a37a111
commit 223ab5a38f
16 changed files with 407 additions and 4 deletions

View File

@@ -267,6 +267,7 @@ def migrate_knowledge_vector_database():
VectorType.WEAVIATE,
VectorType.ORACLE,
VectorType.ELASTICSEARCH,
VectorType.OPENGAUSS,
}
lower_collection_vector_types = {
VectorType.ANALYTICDB,