What do you mean by “running the API”, running rasa shell nlu or running a server and sending an HTTP request? If the first, please run it with the --debug flag and post the full output. If the second, what’s the request you are sending and what response do you get?
@chkoss I am running the HTTP API using: rasa run --enable-api -m models/MODEL_NAME.
I just want to get the NLU outputs that I am getting from the following route: http://0.0.0.0:5005/model/parse
I just jon’t understand why I am getting this warning.
I am getting the same issue as well. My domain.yml file does have all the intents listed
and yet at run time when I run rasa run --enable-api -m models/MODEL_NAME and test by using curl localhost:5005/model/parse -d '{"text":"test message"}', I get this warning.
Did you maybe include the intent in the domain only after you had trained the model? The warning is based only on the content of your trained model. If you make any changes to the domain.yml afterwards they won’t get automatically picked up, so you need to run rasa train again and then rasa run with the new model.
Yes, the same is still true, just with rasa train nlu instead of rasa train.
After modifying the domain, you’ll need to run rasa train nlu again to train a new model and then rasa run with the new model.
ResourceWarning: Enable tracemalloc to get the object allocation traceback /Users/viyer/venv/lib/python3.7/site-packages/thinc/neural/_custom_kernels.py:39: