examples/knowledgebasebot/README.md
This example bot uses a knowledge base to answer user's requests.
This example contains some training data and the main files needed to build an
assistant on your local machine. The knowledgebasebot consists of the following files:
To train your knowledge base bot, execute
rasa train
This will store a zipped model file in models/.
Start the action server by
rasa run actions
To chat with the bot on the command line, run
rasa shell
For more information about the individual commands, please check out our documentation.
Let us know about it by posting on Rasa Community Forum!