fix: score_threshold_enabled variable (#1627)

This commit is contained in:
zxhlyh
2023-11-27 15:38:05 +08:00
committed by GitHub
parent 74b2260ba6
commit 80ddb00f10
4 changed files with 6 additions and 6 deletions

View File

@@ -493,7 +493,7 @@ const StepTwo = ({
reranking_model_name: rerankDefaultModel?.model_name,
},
top_k: 3,
score_threshold_enable: false,
score_threshold_enabled: false,
score_threshold: 0.5,
} as RetrievalConfig)