mirror of https://github.com/langgenius/dify.git
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:
|
||||
case (
|
||||
VectorType.RELYT
|
||||
| VectorType.PGVECTOR
|
||||
| VectorType.TIDB_VECTOR
|
||||
| VectorType.CHROMA
|
||||
| VectorType.TENCENT
|
||||
|
|
|
|||
Loading…
Reference in New Issue