https://github.com/samlet/knowledgebasebot
dockerized knowledgebasebot, with mysql datasource
https://github.com/samlet/knowledgebasebot
bot mysql rasa
Last synced: about 2 months ago
JSON representation
dockerized knowledgebasebot, with mysql datasource
- Host: GitHub
- URL: https://github.com/samlet/knowledgebasebot
- Owner: samlet
- Created: 2020-01-07T10:58:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:37:24.000Z (about 3 years ago)
- Last Synced: 2025-06-06T04:03:56.576Z (about 1 year ago)
- Topics: bot, mysql, rasa
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knowledge Base Bot
## video tuts
* [scratch-bot & knowledgebase-bot](https://www.bilibili.com/video/av82535367?p=2)
## start
Dockerized knowledgebasebot, with mysql datasource.
```bash
$ 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
....
```