I am able to train the data model using train API endpoint in RASA but created data model is not getting loaded automatically.
Is there a way to train and load the data model without restarting the server?
I am able to train the data model using train API endpoint in RASA but created data model is not getting loaded automatically.
Is there a way to train and load the data model without restarting the server?
The most recently trained model is automatically loaded upon the next /parse
request to that project.
By default the latest trained model for the project will be loaded.
taken from here: https://rasa.com/docs/nlu/http/#id4
If you have more information to suggest it isn't be loaded please add that to your question.