mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-04 19:06:44 +00:00
7 lines
203 B
YAML
7 lines
203 B
YAML
|
|
---
|
||
|
|
upgrade:
|
||
|
|
- |
|
||
|
|
Removed `Pipeline` init argument `max_loops_allowed`. Use `max_runs_per_component` instead.
|
||
|
|
- |
|
||
|
|
Removed `PipelineMaxLoops` exception. Use `PipelineMaxComponentRuns` instead.
|