FileTypeClassifier Parameters

Check the init parameters you can specify for FileTypeClassifier in the pipeline YAML.

YAML Init Parameters

These are the parameters you can specify in pipeline YAML:

ParameterTypePossible ValuesDescription
supported_typesA list of stringsFile extensions, such as txt, md, html, pdf, docx etc.
Default: txt, pdf, md, docx, pptx
Specifies the file types that this node can distinguish. It's limited to a maximum of 10 file extensions. Lists containing more than 10 items and lists with duplicate elements are not allowed.
Optional.

REST API Runtime Parameters

There are no runtime parameters you can pass to this node when making a request to the Search REST API endpoint.