v2

OpenAPI 3.0.02026-08-051996591.2 MB
Rerankers

List rerankers

Lists the available rerankers. Rerankers improve the ranking and ordering of search results.

For more information about the available rerankers, see Reranking overview.

get/v2/rerankers

Query parameters

filterstring
Example:vectara.*

A regular expression against reranker names and descriptions.

limitinteger

The maximum number of rerankers to return in the list.

page_keystring

The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.

Headers

Request-Timeoutinteger

The platform makes a best effort to complete the request in the specified seconds, or it times out.

Request-Timeout-Millisinteger

The platform makes a best effort to complete the request in the specified milliseconds, or it times out.

Response

List of rerankers.

Example response

{
  "metadata": {
    "page_key": "eyJvZmZzZXQiOjF9"
  }
}