Explorar el Código

chore: fix wrong VectorType match case (#13123)

Masashi Tomooka hace 3 meses
padre
commit
c2664e0283
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      api/controllers/console/datasets/datasets.py

+ 0 - 1
api/controllers/console/datasets/datasets.py

@@ -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