We are using Rasa 1.80
Here are the issues we are facing -
Accuracy issues when running locally. Seems 2 stage fallback not working as expected. Plus what should be the ideal value for ‘Max History’
Rasa X (deployed on AWS) isn’t working but we are not able to figure out the exact issue. We are suspecting this may be due to the Custom Actions or the way Action Server is running. Another error we are facing is – rasa.nlu.selectors.response_selector not found
I know I am not clear but this is how the situation is at the moment.
Sorry @kumaramitsrivastava, but we can only answer specific questions. For example, about the rasa.nlu.selectors.response_selector not found error. Under what circumstances do you encounter this?
Yes I know. I am not able to figure out what exactly is causing the issue so thought to share both Actions and Config files. Its not a consistent behaviour. Intent and Entities are recognized properly but somehow its resetting itself and uttering default fallback. May be the way I am writing Fallbacks (both default and 2-stage) is not right.
I know I could be more clearer but this is where I am. I am debugging and will share more info as I get.