Kindly check the version of Rasa X that got installed.
The same problem happened with me when I mistakenly installed Rasa X 0.33 rc2 instead of rasa X 0.22.
Sorry, it was a typo. I meant to write 0.32 instead of 0.22
Is your training data is in Rasa OS 2.0 format?
If so, it is incompatible with Rasa 0.32.x.
Rasa X 0.33.0 (compatible with 2.0) will be released in a few days.
You can verify what versions you are running with:
rasa --version
You might want to run this in both environments and ensure you are using the same version in both, as a “sanity check.”
At the bottom of credentials.yml do you have the “rasa” one defined? That is the channel used by RasaX when you are using the “Talk with your bot” feature.
Mine was the default and looks like this:
# This entry is needed if you are using Rasa X. The entry represents credentials
# for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers.
rasa:
url: "http://localhost:5002/api"
You also want to make sure in RasaX that your model is shown as “Active” on the models screen, and not just uploaded.
As far as why your training data will not train on your server versus locally – you may have to dig into the logs generated on your server to see what training errors are happening.
Not a ton to go on, but hopefully something generates a lead for you!
On the Google Platform VM, rasa is a command not found. May bo I skipped a step but I cann’t identify which one. As far as I have understood I don’t have any thing more to install after the step
sudo docker-compose up -d.
However, I noticed that in .env file is precised :
RASA_VERSION=1.10.10
Credentials
credentials.yml is included in the docker image I pull when I execute docker-compose and I left the default file in which there is:
Yes, the one I uploaded have been turned active for sure, otherwise it is even not possible to try the model. In my case I can try it but when I start talking, nothing happen.