You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method _get_matcher_from_semantic_id uses the variable config, which is initialised via the main method. This will lead to an error if we call the method from another class, without executing the main method.