I have a problem. I am trying to use my model with Rasa core, but it gives me this error:
rasa_nlu.model.UnsupportedModelError: The model version is to old to be loaded by this Rasa NLU instance. Either retrain the model, or run withan older version. Model version: 0.14.6 Instance version: 0.15.1
Does someone know which version I need to use then and how I can install that version?
I believe you trained this model on the previous version of Rasa NLU and updated Rasa NLU to a new version (Rasa NLU is a dependency for Rasa Core, so changes were made in requirenments.txt file).
If this is a case, there are 2 ways to fix it:
Good luck!