Encountered an exception while running action ‘train_form’. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
Above is the error I got in the middle of the conversation. Actions file is fine and under ‘rasa run actions’ command I got errors stating "Failed to extract slot “some_x” with action “some_y”.
Hi @ManiNuthi, that means that it wasn’t able to extract the slot from the input you gave. Most likely it is because the intent was classified as something you weren’t expecting, an entity wasn’t picked up, it failed validation, etc. I’d urge you to run both servers on --debug mode to get more information.
This model works fine for english, but fails to classify intent properly for other languages( in my case telugu). Is it because of rasa’s latest version or SKlearn Intent classifier ?
It could be for a number of reasons, but yes that sounds like an NLU problem then. I wouldn’t recommend the Sklearn intent classifier, but rather this pipeline from here
If there are no word embeddings for your language or you have very domain specific terminology, we recommend using the following pipeline: