Sfoglia il codice sorgente

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 1 mese fa
parent
commit
d2e50a508c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      api/services/dataset_service.py

+ 1
- 1
api/services/dataset_service.py Vedi File

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

Loading…
Annulla
Salva