fix: reranking_enable setting failed #13668 (#13721)

This commit is contained in:
le0zh 2025-02-14 17:42:09 +08:00 committed by GitHub
parent 8a0aa91ed7
commit 1f63028a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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