How do you train a rasa bot online?

Hello, I wanted to train my bot via interactive learning but when I run this command on the terminal

python3 train_online.py

it displayed the following error:

[Errno 2] No such file or directory: './models/nlu/default/horoscopebot/metadata.json'

Any help please @akelad @@GauravRoy48

What version of Rasa do you use? Normally, you would start interactive learning with rasa interactive, and to share your bot, you’d run rasa x (ideally on some server, see Deploy to a Server) and then use the “share your bot” feature.

I have resolved it. I specified a wrong file name in the path model/nlu/default/eaterybot .
It is working now. Thank you very much for your concern.

1 Like