haystack/releasenotes/notes/pipeline-hierarchy-b980efcf8ac6b122.yaml
Massimiliano Pippi 1d20ac3c5e
chore: extract BasePipeline (#7673)
* extract BasePipeline

* release note

* add missing headers

* move __eq__ to the base class

* proper check type equality, bless the tests
2024-05-10 11:35:15 +02:00

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.