Hi I need to make a yaml file that has commands that triggers my rasa bot to start. So I was wondering that should that command be rasa run or rasa run actions? and what is the difference between the two?
Hi @corespacepk, you can find this information in our documentation
Starts a Rasa server with your trained model. This is what is says for rasa run in the documentation. But my doubt is why exactly do we run rasa server and what is the significance of it. @akelad @stephens
1 Like
So that you can deploy your bot to your end users. So when you’re ready to go into production (or even just want to do some testing with users other than yourself) you would use rasa run
1 Like