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

@@ -332,6 +332,6 @@ export type RetrievalConfig = {
reranking_model_name: string
}
top_k: number
score_threshold_enable: boolean
score_threshold_enabled: boolean
score_threshold: number
}