notice
This is unreleased documentation for Rasa Open Source Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).
rasa.engine.recipes.graph_recipe
GraphV1Recipe Objects
Recipe which converts the graph model config to train and predict graph.
get_targets
Return NLU and core targets from config dictionary.
Note that default recipe has nlu_target
and core_target
as
fixed values of run_RegexMessageHandler
and select_prediction
respectively. For graph recipe, target values are customizable. These
can be used in validation (default recipe does this validation check)
and during execution (all recipes use targets during execution).
graph_config_for_recipe
Converts the default config to graphs (see interface for full docstring).