1.0.3 • Published 4 years ago
rasa-chat-library v1.0.3
rasa-chat project
React Project
Install packages
yarn installStart developing server
yarn startProduction
yarn buildRun on another console the following command. It will start a rasa server on port 5005
rasa run --enable-api --cors "*"Poetry
Install poetry using the instructions on the following link https://python-poetry.org/docs/
Rasa setup
Install rasa project packages
cd rasa-schemas
poetry installActivate the virtual environment
poetry shellTrain Rasa model
rasa trainRun action server on a separate shell. Remember to activate the virtual environment
rasa run actionsRun on another console the following command. It will start a rasa server on port 5005
rasa run --enable-api --cors "*"