Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
documents | List[str] | :heavy_check_mark: | The list of documents to rerank | [ “Paris is the capital of France.”, “Berlin is the capital of Germany.” ] |
model | str | :heavy_check_mark: | The rerank model to use | cohere/rerank-v3.5 |
provider | OptionalNullable[components.ProviderPreferences] | :heavy_minus_sign: | N/A | {"allow_fallbacks": true} |
query | str | :heavy_check_mark: | The search query to rerank documents against | What is the capital of France? |
top_n | Optional[int] | :heavy_minus_sign: | Number of most relevant documents to return | 3 |