Domain should be made available for rasa train nlu
command if it's available
#6635
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
Milestone
Part of #6638
Rasa version: master
Issue:
When issuing the command
rasa train nlu
,train_nlu
is invoked insiderasa/train.py
which does not have access to the domain. Sinceresponses
key can be defined in the domain file as well which may be needed for the response selector training, the file importer should get access to the domain as well if its available. Once that's doneresponses
will be sync'ed with the NLU training data which was added as part of #6591.Without this, currently running
rasa train nlu
withResponseSelector
in the pipeline will lead to warnings such as -because these response templates were defined under the
responses
key in the domain file.rasa train
command works completely fine.Command or request that led to error:
The text was updated successfully, but these errors were encountered: