-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Justina Petraityte
authored
Nov 14, 2019
1 parent
dbe2a38
commit a3972ee
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
|
||
# Episode 5: Intro to dialogue management with Rasa | ||
|
||
--- | ||
## What's in this episode? | ||
|
||
In this episode we: | ||
- started looking into the dialogue management with Rasa | ||
- covered the fundamentals of writing training stories for training the dialogue management models | ||
- started writing some training stories for the medicare locator assistant | ||
|
||
## What do you need to follow this episode? | ||
|
||
This episode requires you to have Rasa installed on your machine: | ||
```pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple``` | ||
|
||
In addition to this you need to install additional dependency to run Rasa on Jupyter | ||
notebooks: | ||
```pip install nest_asyncio``` |