Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix wrong VectorType match case
Browse files Browse the repository at this point in the history
tmokmss committed Jan 31, 2025
1 parent 59b3e67 commit 8c5e8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/controllers/console/datasets/datasets.py
Original file line number Diff line number Diff line change
@@ -620,7 +620,6 @@ def get(self):
match vector_type:
case (
VectorType.RELYT
| VectorType.PGVECTOR
| VectorType.TIDB_VECTOR
| VectorType.CHROMA
| VectorType.TENCENT

0 comments on commit 8c5e8ef

Please sign in to comment.