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.
Text fields to use for reranking, such as ["chunk_text"]. Choose fields supported by the
model.
OptionaltopThe number of top results to return after reranking. Defaults to the topK in SearchRecordsQuery.
Parameters used for reranking the initial search results.