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

This commit is contained in:
Joel 2024-02-18 17:52:05 +08:00 committed by GitHub
parent 0b8dcaba8f
commit 767d8a4b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ const RetrievalMethodConfig: FC<Props> = ({
onChosen={() => onChange({
...value,
search_method: RETRIEVE_METHOD.hybrid,
reranking_enable: true,
})}
chosenConfig={
<RetrievalParamConfig