mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-26 02:10:41 +00:00
13 lines
562 B
YAML
13 lines
562 B
YAML
![]() |
---
|
||
|
highlights: >
|
||
|
`Pipeline.run()` internal logic has been heavily reworked to be more robust and reliable
|
||
|
than before.
|
||
|
This new implementation makes it easier to run `Pipeline`s that have cycles in their graph.
|
||
|
It also fixes some corner cases in `Pipeline`s that don't have any cycle.
|
||
|
features:
|
||
|
- |
|
||
|
Fundamentally rework the internal logic of `Pipeline.run()`.
|
||
|
The rework makes it more reliable and covers more use cases.
|
||
|
We fixed some issues that made `Pipeline`s with cycles unpredictable
|
||
|
and with unclear Components execution order.
|