feat: VECTOR_STORE supports seekdb (#29658)

This commit is contained in:
longbingljw
2025-12-16 11:35:04 +08:00
committed by GitHub
parent a232da564a
commit 4cc6652424
5 changed files with 5 additions and 3 deletions

View File

@@ -223,6 +223,7 @@ def _get_retrieval_methods_by_vector_type(vector_type: str | None, is_mock: bool
VectorType.COUCHBASE,
VectorType.OPENGAUSS,
VectorType.OCEANBASE,
VectorType.SEEKDB,
VectorType.TABLESTORE,
VectorType.HUAWEI_CLOUD,
VectorType.TENCENT,