Package org.elasticsearch.xpack.esql.inference.rerank
package org.elasticsearch.xpack.esql.inference.rerank
-
ClassDescription
RerankOperatoris an inference operator that compute scores for rows using a reranking model.Factory for creatingRerankOperatorinstancesBuilds the output page for theRerankOperatorby adding * reranked relevance scores into the specified score channel of the input page.Iterator over input data blocks to create batched inference requests for the Rerank task.