Explorar el Código

Fix:About the error problem of creating an empty knowledge base interface in service_api (#25398)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
tags/1.9.0
ttz12345 hace 1 mes
padre
commit
d2e50a508c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      api/services/dataset_service.py

+ 1
- 1
api/services/dataset_service.py Ver fichero

@@ -217,7 +217,7 @@ class DatasetService:
and retrieval_model.reranking_model.reranking_model_name
):
# check if reranking model setting is valid
DatasetService.check_embedding_model_setting(
DatasetService.check_reranking_model_setting(
tenant_id,
retrieval_model.reranking_model.reranking_provider_name,
retrieval_model.reranking_model.reranking_model_name,

Cargando…
Cancelar
Guardar