Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1175 from samarth12/patch-1
Browse files Browse the repository at this point in the history
Update Interactive learning documentation
  • Loading branch information
akelad committed Oct 17, 2018
2 parents 33a6448 + 8716f46 commit d6589fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/interactive_learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down

0 comments on commit d6589fc

Please sign in to comment.