Discussion on experimental Pipeline
#177
Closed
julian-risch
started this conversation in
General
Replies: 2 comments 1 reply
-
Not really sure what's changed, looks like regular pipeline code. could you explain please? thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
This experiment was adopted into Haystack in version 2.10 https://github.com/deepset-ai/haystack/releases/tag/v2.10.0 |
Beta Was this translation helpful? Give feedback.
0 replies
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 Pipeline class implementing a new pipeline run logic.
You can try out the new Pipeline by simply replacing
from haystack import Pipeline
withfrom haystack_experimental import Pipeline
.🧑🍳 Try the notebook here
NOTE: we provide here code to compare traces generated by both the old and the new run() logic.
Beta Was this translation helpful? Give feedback.
All reactions