fix score_threshold_enabled name (#1626)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
@@ -15,7 +15,7 @@ default_retrieval_model = {
|
||||
'reranking_model_name': ''
|
||||
},
|
||||
'top_k': 2,
|
||||
'score_threshold_enable': False
|
||||
'score_threshold_enabled': False
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user