Retrieve {size} contexts with your retriever for a given query
| Name | Type | Description |
|---|---|---|
query* | str | Query to submit to the model |
size* | unknown | The max number of context results to retrieve. Defaults to 3. (Can be less if filters are provided). |
filters* | unknown | Filters to apply to the context dataset. |