Every time I run “rasa shell” , it runs as if I type “rasa shell nlu” . I am trying to run “rasa shell” normally but it opens the detailed confidence information etc.
vivek22122014 opened this issue · 8 comments
Core training was skipped because no valid domain file was found. Only an NLU-model was created. Please specify a valid domain using the '--domain' argument or check if the provided domain file exists.
Hey @vivek22122014, it looks like no Rasa Core models are getting trained because you don't have a domain file. Is this intended?
Hey @vivek22122014, it looks like no Rasa Core models are getting trained because you don't have a domain file. Is this intended?
I have domain file @samsucik
Hmmm, that's interesting. Are you specifying the domain with the --domain
argument? Also, what version of Rasa and Python are you using?
Rasa Version : 2.4.0
Rasa SDK Version : 2.4.0
Rasa X Version : 0.37.1
Python Version : 3.7.8
Operating System : Windows-10-10.0.19041-SP0
@vivek22122014 thanks; can you also respond to my other question? Perhaps specifying the domain explicitly can help us move forward.
Closing this as it is a usage question; please post on the Rasa forum if you still need help