Rasa train nlu

Hi all,

Need some help around. When I train using ‘rasa train nlu’ (rasa version 2.18), I get a new model with name starting as ‘nlu’. If I then run ‘rasa shell’ I am not able to interact with bot, instead it shows list of intents for a message. Is there a way to train model quickly using ‘rasa train nlu’ and then use that same model for all testings? thanks

Rasa shell needs the dialogue model to be trained. Run rasa train and make sure you have rules & stories to predict the dialog.

If you don’t want to use Rasa for dialogue, then there’s an http API /model/parse endpoint to run the NLU.