Hi, I am trying to implement a custom nlu graph component for language translation before the message gets tokenized. However, I didn’t have an idea what kind of component type it should be. Tried ‘Entity_extractor’, ‘Intent_classifier’ but always received the following error running the chatbot.
Could not load model due to Error initializing graph component for node run_lang.LanguageDetectorUndTranslator
I guess it had something to do with component type since I put this component at the beginning of the pipiline maybe that’s why ‘Entity_extractor’, ‘Intent_classifier’ didn’t work.
Can anyone help?
I am using Rasa 3.0+