Hi, I am using Forms for slot_filling but am getting this error followed by this error:
UserWarning: Loading domain from ‘domain.yml’ failed. Using empty domain. Error: ‘The slot mappings for slot ‘required slots’ in form ‘ll_form’ have type ‘<class ‘dict’>’. It is required to provide a list of slot mappings. Please see Forms for more information.’
As a result my domain file is not being detected and my core model is not getting trained.
Grateful for any help
Hi, this actually looks more like your domain file isn’t being found. (UserWarning: Loading domain from ‘domain.yml’ failed). Have you tried specifying the path to the domain like so: rasa train core --domain <path/to/domain.yml>?