fix: reranking_enable setting failed #13668 (#13721)

pull/13752/head
le0zh 12 months ago committed by GitHub
parent 8a0aa91ed7
commit 1f63028a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -167,9 +167,6 @@ export const getMultipleRetrievalConfig = (
}
}
}
else {
result.reranking_enable = true
}
}
if (allHighQuality && !inconsistentEmbeddingModel && allInternal) {

Loading…
Cancel
Save