Unverified Commit 767d8a4b authored by Joel's avatar Joel Committed by GitHub

fix: hybrid search may pass rerank enable false (#2467)

parent 0b8dcaba
......@@ -89,6 +89,7 @@ const RetrievalMethodConfig: FC<Props> = ({
onChosen={() => onChange({
...value,
search_method: RETRIEVE_METHOD.hybrid,
reranking_enable: true,
})}
chosenConfig={
<RetrievalParamConfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment