FilterRetriever Parameters

Learn how to customize FilterRetriever.

YAML Init Parameters

These are the parameters you can pass to this component in the pipeline YAML configuration:

ParameterTypePossible valuesDescription
document_storeDocumentStoreAn instance of a DocumentStore from which the retriever should fetch documents.
Required.
filtersDictionary of string and anyDefault: NoneA dictionary with filters to narrow down the search space. For information on filter syntax, see Filtering Logic.
Optional.

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.