chore: fix wrong VectorType match case (#13123)

This commit is contained in:
Masashi Tomooka 2025-02-02 16:26:59 +09:00 committed by GitHub
parent ee61cede4e
commit c2664e0283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -620,7 +620,6 @@ class DatasetRetrievalSettingApi(Resource):
match vector_type:
case (
VectorType.RELYT
| VectorType.PGVECTOR
| VectorType.TIDB_VECTOR
| VectorType.CHROMA
| VectorType.TENCENT