mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* extract BasePipeline * release note * add missing headers * move __eq__ to the base class * proper check type equality, bless the tests
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.
|