Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.06 KB

Bot5 Rasa NLU

Bot5 Assistant 的 NLU 组件

安装

组件已经配置好,可以直接docker build然后使用。

docker build -t bot5-rasa-nlu .

训练文件准备

按照格式修改data/intents.yml,添加新的意图 (intent),也支持添加新的实体 (entity)。具体格式请查阅Rasa官方文档

启动

请暴露组件的5005端口,启动docker:

docker run -p 5005:5005 ghcr.io/wechaty/bot5-rasa-nlu:latest

接口

详情请查阅:

GitHub Actions

当前项目将会自动构建main分支到GitHub Container Registry,并在GitHub Actions上构建镜像。需要配置一个Personal Access Token,请访问对应GitHub文档查看如何获取。