Rasa: If pipeline validation failed - suggest a component to fix the pipeline

Created on 21 Jul 2017  路  8Comments  路  Source: RasaHQ/rasa

Eg. if the pipeline fails with "Can't find "tokens"." The suggestion would be to add a tokenizer (any of the components providing "tokens") to the pipeline before the component where the validation failed.

difficulty help wanted stale type

All 8 comments

can I work on this?

@hsm207 sorry we didn't see your comment, are you still interested in working on this?

@erohmensing sure. but is there someone around to help me with questions I have about this issue? For example, where in the code base should I start looking at to see the ways in which the pipeline validation can fail?

Also, could you please have a look at my comment on issue #2865 ?

Probably best if you stick to one issue at a time actually. I will ping tmbo to get him to respond to your py-redis questions.

Since the other was closed, I guess this one works then 馃槃

@erohmensing sure. but is there someone around to help me with questions I have about this issue? For example, where in the code base should I start looking at to see the ways in which the pipeline validation can fail?

@dakshvar22 can help you with questions on this issue. I believe you want to look at the requires sections of each component (e.g. here and if the required parameter is missing, you can recommend another component that provides that parameter and tell the user to add it to the pipeline before the failed component.

@hsm207 Are you still working on this issue? Let me know if you have any questions.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.

Was this page helpful?
0 / 5 - 0 ratings