The name of the reranking model to use.
OptionalparametersAdditional model-specific parameters. Refer to the model guide for available model parameters.
OptionalqueryThe query to rerank documents against. If a specific rerank query is specified, it overwrites the query input that was provided at the top level.
The field(s) to consider for reranking. If not provided, the default is ["text"].
The number of fields supported is model-specific
OptionaltopThe number of top results to return after reranking. Defaults to the topK in SearchRecordsQuery.
Parameters used for reranking the initial search results.