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:
Parameter | Type | Possible Values | Description |
---|---|---|---|
supported_types | A list of strings | File 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.