fix: score_threshold_enabled variable (#1627)
This commit is contained in:
parent
74b2260ba6
commit
80ddb00f10
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue