Hi, everyone! I have a question. I have started my Rasa X server, but now I change mu training data and train a new model locally. I see that the new model weight is not in the Rasa X models columns to be selected? Do I need to kill the current Rasa X serve and restart it with the command rasa x
Hello!
What’s your method of deployment for Rasa X?
- If it’s local, then yes restart Rasa X
- If it’s on server deployed using Quick Installation or Helm Chart Installation, you need to train on Rasa X or click the “Upload Model” button
- If it’s on server deployed using Docker Compose Installation, I’m not sure, sorry
For docker you can cd into
/etc/rasa
and use commands
sudo docker-compose stop
then
sudo docker-compose start