NamedEntityExtractor Parameters

Check the parameters you can use to configure NamedEntityExtractor.

YAML Init Parameters

ParameterTypePossible valuesDescription
backendStringhugging_face
spacy
Backend to use for Named Entity Recognition.
Required.
modelStringName of the model or a path to the model on the local disk. Dependent on the backend.
Required.
pipeline_kwargsDictionaryDefault: NoneKeyword arguments passed to the pipeline. The pipeline can override these arguments. Dependent on the backend.
Optional.
deviceComponentDeviceDefault: NoneThe device on which the model is loaded. If None, the default device is automatically selected. If a device or a device map is specified in pipeline_kwargs, it overrides this parameter (only applicable to the Hugging Face backend).
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.