mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix: score_threshold_enabled variable (#1627)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user