notice
This is documentation for Rasa Open Source Documentation v2.0.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (2.3.x).
rasa.nlu.registry
This is a somewhat delicate package. It contains all registered components and preconfigured templates.
Hence, it imports all of the components. To avoid cycles, no component should import this in module scope.
ComponentNotFoundException Objects
Raised if a module referenced by name can not be imported.
get_component_class
Resolve component name to a registered components class.
load_component_by_meta
Resolves a component and calls its load method.
Inits it based on a previously persisted model.
create_component_by_config
Resolves a component and calls it's create method.
Inits it based on a previously persisted model.