Learn what parameters you can set for JinaRanker
YAML Init Parameters
These are the parameters you can pass to this component in the pipeline YAML configuration:
Parameter | Type | Possible values | Description |
---|---|---|---|
| String | Default: | The name of the Jina model to use. Check the list of available models on Jina's website. |
| Secret | Default: | The Jina API key. It can be explicitly provided or automatically read from the environment variable |
| Integer | Default: | The maximum number of documents to return per query. If |
| Float | Default: | If provided, only returns documents with a score above this threshold. |
REST API Runtime Parameters
There are no runtime parameters you can pass to this component when making a request to the Search REST API endpoint.