-
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
Migration from old response selector format #6865
Comments
Apparently we already have a |
@dakshvar22 I am not sure how to implement the updates to the stories and domain files (your second point). My initial thoughts where:
1 and 2 are straightforward. For 3, I'm not sure how people would use it. Should they provide a cc @degiz do you have any thoughts on this? |
I think the default can be that the user provides path to the training data. In that path, we try to search for -
What do you think? |
The thing is that with this approach, you have to consider the conversion of the whole project: are stories in Markdown or already converted to Yaml? I don't know if we can detect this reasonably well, I'd have to check. |
I believe the only two cases to support here is when users migrate from
I honestly think that So whole workflow for users with existing MD training data will be:
|
Thanks @degiz
can you briefly explain why? |
Otherwise, we'll end up with a full English dictionary in the args 😄 IMO that's super confusing: I realize though, that |
OK makes sense. I'm for simplifying the implementation of this, because it will result in a simpler usage; having this in a separate command sounds better 👍 |
Description of Problem:
Since, we changed the training data format for response selector, it would be good to help users smoothly transition to the new format through a cli command.
Overview of the Solution:
It can be part of the
rasa data convert
command that now exists.Migration changes that need to be covered -
utter_
prefix. For e.g.should get converted to
respond_
prefix to useutter_
prefix instead. These would be in domain and stories.Definition of Done:
The text was updated successfully, but these errors were encountered: