mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 21:19:00 +08:00
fix: hybrid search may pass rerank enable false (#2467)
This commit is contained in:
parent
0b8dcaba8f
commit
767d8a4b05
@ -89,6 +89,7 @@ const RetrievalMethodConfig: FC<Props> = ({
|
||||
onChosen={() => onChange({
|
||||
...value,
|
||||
search_method: RETRIEVE_METHOD.hybrid,
|
||||
reranking_enable: true,
|
||||
})}
|
||||
chosenConfig={
|
||||
<RetrievalParamConfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user