mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
fix: hybrid search may pass rerank enable false (#2467)
This commit is contained in:
@@ -89,6 +89,7 @@ const RetrievalMethodConfig: FC<Props> = ({
|
|||||||
onChosen={() => onChange({
|
onChosen={() => onChange({
|
||||||
...value,
|
...value,
|
||||||
search_method: RETRIEVE_METHOD.hybrid,
|
search_method: RETRIEVE_METHOD.hybrid,
|
||||||
|
reranking_enable: true,
|
||||||
})}
|
})}
|
||||||
chosenConfig={
|
chosenConfig={
|
||||||
<RetrievalParamConfig
|
<RetrievalParamConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user