Hi. I’m using Rasa 1.10.12. will rasa automatically reload the model after training ?. I tried using a fixed model name as well as without a fixed name, it doesn’t reload a model automatically both the ways.
Training commands:
rasa train --out models --fixed-model-name v1
and
rasa train -m models
Run command:
rasa run -m models/v1 --enable-api --log-file out.log
rasa run -m models --enable-api --log-file out.log
To get the nlu:
curl -XPOST localhost:5005/model/parse -d ‘{“text”:“very sad”}’