Hello folks,
I have rcently upgraded my RASA to version 3.4. The previous version was 2.X, and I had no problem with that. The newst version of RASA, unfortunately does not match the code in python. I used RASA NLU by importing RASA libraries, but for the newer version some of them are not working. Here is the following import:
from rasa.nlu.model import Interpreter
But module Interpreter is not found anymore. Anyone knows how to fix it? Actually, I want to run RASA NLU using python code, but not using the HTTP API. Please share your ideas if it’s still possible to do in python.