{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Reranker", "title": "Reranker", "type": "string", "description": "Model to use for the reranker, or \"none\" if the reranker should be turned off. If excluded or null, the default reranker is used.", "example": "none" }