Skip to main content
Version: 2.0

List rerankers

GET 

/v2/rerankers

Rerankers are used to improve the ranking (ordering) of search results.

Request

Query Parameters

    filter string

    A regular expression against reranker names and descriptions.

    limit int32

    Possible values: >= 1 and <= 100

    Default value: 10

    The maximum number of rerankers to return in the list.

    page_key string

    Used to the retrieve the next page of rerankers after the limit has been reached.

Responses

List of rerankers.

Schema
    rerankers object[]

    An array of rerankers.

  • Array [
  • id string

    Possible values: Value must match regular expression rnk_[0-9]+$

    The ID of the reranker.

    name string

    The name of the reranker.

    description string

    The description of the reranker.

    enabled boolean

    Whether the reranker is enabled.

  • ]
  • metadata object

    The standard metadata in the response of a list operation.

    page_key string

    When requesting the next page of this list, this is needed as a query parameter.

Loading...