-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let rasa interactive
automatically do rasa interactive core
when no nlu data
#4834
Conversation
I guess there is really no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for tackling this! We also need a changelog update and ideally a test
Changelog will wait until there's a proper bug branch open 😃Any suggestion on testing? It's hard with CLI stuff, as i don't think we currently test the actual functionality of loading + starting up the interactive server, it's just internal methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, a lot of cleaning up as well 💯
-
If no stories are present, then we should not train a NLU only model, cause this will also not help. Right?
-
Can we remove lines 1621 to 1624 in training/interactive? I think that case can't happen.
-
And tests would be great, at least for
- no core data given
- optional: if training function is called when no model is given
@erohmensing what are the next steps on this one? |
Sorry, just getting time to come around to it was the next step 😅 |
no worries, just wanted to make sure it is still on your radar so we can make sure it doesn't get stale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work with the testing! 🥇
- Can you please change it to use the
RasaFileImporter
- please make sure to merge it in the right branch in case you don't get this done until Wednesday
f13995d
to
4ca90c6
Compare
Everything should be addressed 🙂 changed base to master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not done, I think github is in a weird state 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discuss the comments, but otherwise good to go! Thanks for making this so much more robust!
Proposed changes:
interactive
now follows the same logic astrain
does, by letting train decide what gets trained and loaded based on the data provided. (unless it is training a new model withrasa interactive core
in which case it will only train a core model regardless of provided data)rasa interactive
does not work without nlu data #4799Status (please check what you already did):
black
(please check Readme for instructions)