chore: fix wrong VectorType match case (#13123)

pull/13153/head
Masashi Tomooka 1 year ago committed by GitHub
parent ee61cede4e
commit c2664e0283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save