From 8c5e8ef7aaf49c76995f56b0f7497a7f6456ef2f Mon Sep 17 00:00:00 2001 From: tmokmss Date: Fri, 31 Jan 2025 19:57:08 +0900 Subject: [PATCH] chore: fix wrong VectorType match case --- 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 abb817b244211f..fee651480a6e9d 100644 --- a/api/controllers/console/datasets/datasets.py +++ b/api/controllers/console/datasets/datasets.py @@ -620,7 +620,6 @@ def get(self): match vector_type: case ( VectorType.RELYT - | VectorType.PGVECTOR | VectorType.TIDB_VECTOR | VectorType.CHROMA | VectorType.TENCENT