diff --git a/docs/interactive_learning.rst b/docs/interactive_learning.rst index 5fb7b59b9a9..bb47b98c5b3 100644 --- a/docs/interactive_learning.rst +++ b/docs/interactive_learning.rst @@ -29,7 +29,9 @@ Run the following to start interactive learning: python -m rasa_core.train \ --interactive -o models/dialogue \ -d domain.yml -s stories.md \ - --endpoints endpoints.yml + --endpoints endpoints.yml + +To include an existing model to identify intents use --nlu models/current/nlu in the above command. Else interactive learning will use a default REGEX to intentify default intents from the user input text. The first command starts the action server (see :ref:`customactions`).