ComponentNotFoundException: Failed to load the component ‘supervised_embeddings’. Cannot find class ‘supervised_embeddings’ in global namespace. Please check that there is no typo in the class name and that you have imported the class into the global namespace. Either your pipeline configuration contains an error or the module you are trying to import is broken (e.g. the module is trying to import a package that is not installed). Traceback (most recent call last):
File “c:\python\anaconda\envs\bot\lib\site-packages\rasa\nlu\registry.py”, line 121, in get_component_class
return rasa.shared.utils.common.class_from_module_path(component_name)
File “c:\python\anaconda\envs\bot\lib\site-packages\rasa\shared\utils\common.py”, line 45, in class_from_module_path
raise ImportError(f"Cannot retrieve class from path {module_path}.")
ImportError: Cannot retrieve class from path supervised_embeddings.
just to check, what version of Rasa are you using? The supervised_embeddings have been deprecated a while ago. Could you share the output of rasa --version and your config.yml-file?
Also, feel free to use the markdown syntax for the tracebacks. That way we get monospaced text which is easier to read.
@darpant-289 please don’t use screenshots in the future. They are hard to read unless text is properly zoomed in and they also don’t allow you to perform a text search.
Could you share your entire config.yml file? Not just the bottom part.
Just to confirm, this is a completely different error than before, correct?
Also, could you please use the markdown syntax here? You can add three ticks before and after text to render code neatly. There’s a small guide that also touches on this topic here.