Hi Everyone, We are using Rasa Open Source in our chatbot application. We are calling Rasa Train API to train the Model. We can able to train the model successfully using API. But the problem is, Rasa is not giving correct intents until we restart the Rasa Server after training is completed through an API.
When we Train the Rasa Model in the Command Prompt, we are not facing this issue. But in real-time, we cannot use the command prompt right. So we are using the APIs to train the Rasa Model. But using API, we have to restart the server after training is completed. Then only we are getting the correct Intent and Entity identification from Rasa
Could anyone please help me with this?