Skip to content

dockerized knowledgebasebot, with mysql datasource

Notifications You must be signed in to change notification settings

samlet/knowledgebasebot

Repository files navigation

Knowledge Base Bot

video tuts

start

Dockerized knowledgebasebot, with mysql datasource.

$ docker-compose build  # build actions docker
# $ docker-compose up mysql
# $ docker-compose up action_server
$ run # alias run='docker-compose up'

# recreate tables and fill seeds
$ python -m knowledgebase.data_source fill_data_seeds True  
# browse data seeds
$ python -m knowledgebase.data_source browse hotel

#$ rasa run actions
$ rasa shell
Your input ->  show me some hotels     
....
Your input ->  list some restaurants    
....

About

dockerized knowledgebasebot, with mysql datasource

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published