From c2664e0283bd45233be75043a3e3647fdc3fcf06 Mon Sep 17 00:00:00 2001 From: Masashi Tomooka Date: Sun, 2 Feb 2025 16:26:59 +0900 Subject: [PATCH] chore: fix wrong VectorType match case (#13123) --- api/controllers/console/datasets/datasets.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/controllers/console/datasets/datasets.py b/api/controllers/console/datasets/datasets.py index abb817b244..fee651480a 100644 --- a/api/controllers/console/datasets/datasets.py +++ b/api/controllers/console/datasets/datasets.py @@ -620,7 +620,6 @@ class DatasetRetrievalSettingApi(Resource): match vector_type: case ( VectorType.RELYT - | VectorType.PGVECTOR | VectorType.TIDB_VECTOR | VectorType.CHROMA | VectorType.TENCENT