chore: fix wrong VectorType match case (#13123)
This commit is contained in:
parent
ee61cede4e
commit
c2664e0283
@ -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…
Reference in New Issue
Block a user