Discussion on Pipeline breakpoints feature #281
davidsbatista
started this conversation in
General
Replies: 1 comment 1 reply
-
Great feature! As a developer working with haystack, I would like to know if this feature will be expanded to async pipelines as well? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the discussion board for the experimental feature of adding breakpoints to a Pipeline
This experiment allows set breakpoints at any component in any pipeline, forcing the pipeline run to stop before that component runs.
Usage Examples
This will generate a JSON with the complete pipeline state before the next component is run, i.e.: the one receiving the output of the component set in the breakpoint
🧑🍳 See an example notebook here
💻 See the PR that adds the experiment here
Beta Was this translation helpful? Give feedback.
All reactions