fix: score_threshold_enabled variable (#1627)

This commit is contained in:
zxhlyh 2023-11-27 15:38:05 +08:00 committed by GitHub
commit 80ddb00f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}