mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-09 06:13:43 +00:00
6 lines
183 B
YAML
6 lines
183 B
YAML
|
|
---
|
||
|
|
enhancements:
|
||
|
|
- |
|
||
|
|
Create a class hierarchy for pipeline classes, and move the run logic into the child class.
|
||
|
|
Preparation work for introducing multiple run stratgegies.
|