Training Data Format (rasa.com)
Git paschmann/rasa-ui: Rasa UI is a frontend for the Rasa Framework (github.com)
来自其readme----------------------------------------------------------------------------------------------------
Rasa UI can run on your Rasa instance, or on a separate machine. Technically Rasa is not required, you could just use the UI for managing training data.
Node.js/npm - Serves Rasa UI - Required
Rasa - Developed against Version 1.2+ - Optional
git clone https://github.com/paschmann/rasa-ui.git
cd rasa-ui
npm install
Run npm start from the server folder (rasa-ui)
npm start
Your web application should be available on http://localhost:5001
----------------------------------------------------------------------------------------------------------------------------
需要安装npm、mysql(网址在上),npm也需要vs环境(至少要搭载使用C++的桌面开发工具箱,至可以从vs installer修改配置)
以下命令都在server文件的cmd打开的
Node.js Error: Cannot find module express的解决办法 - hello芳芳 - 博客园 (cnblogs.com)
npm start 前一天可以跑,但是第二天出现了更多的报错,主要是和package-lock.json有关
npm版本不匹配,downgrade为npm@6
还是有报错,先删去了packege-lock.json,运行npm install命令