Skip to content

Commit

Permalink
chore: fix wrong VectorType match case
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss authored and crazywoola committed Feb 2, 2025
1 parent ee61ced commit 51e6609
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
Expand Up @@ -620,7 +620,6 @@ def get(self):
match vector_type:
case (
VectorType.RELYT
| VectorType.PGVECTOR
| VectorType.TIDB_VECTOR
| VectorType.CHROMA
| VectorType.TENCENT
Expand Down

0 comments on commit 51e6609

Please sign in to comment.