List Rerankers API Definition
The List Rerankers API retrieves a list of available rerankers used to improve the ranking and ordering of search results.
List Rerankers Request and Response
To list the available rerankers, send a GET request to /v2/rerankers
. You can
specify optional query parameters to filter the results.
filter
- Provides a regular expression to match against the names and descriptions of the rerankers.limit
- Indicates the maximum number of rerankers to return in a single request, with a default value of10
and a maximum value of100
.page_key
- Indicates the next page of results when the previous request has reached the limit.
REST 2.0 URL
List Rerankers Endpoint Address
Vectara exposes an HTTP endpoint at the following URL
to list rerankers:
https://api.vectara.io/v2/rerankers
The API Reference shows the full List Rerankers REST definition.