haystack/releasenotes/notes/merge-pipeline-definitions-1da80e9803e2a8bb.yaml
Silvano Cerza f96eb3847f
refactor: Merge Pipelines definition in core package (#6973)
* Move marshalling functions in core Pipeline

* Move telemetry gathering in core Pipeline

* Move run logic in core Pipeline

* Update root Pipeline import

* Add release notes

* Update Pipeline docs path

* Update releasenotes/notes/merge-pipeline-definitions-1da80e9803e2a8bb.yaml

Co-authored-by: Massimiliano Pippi <mpippi@gmail.com>

---------

Co-authored-by: Massimiliano Pippi <mpippi@gmail.com>
2024-02-12 18:25:28 +01:00

6 lines
202 B
YAML

---
enhancements:
- |
Merge `Pipeline`s definitions into a single `Pipeline` class.
The class in the `haystack.pipeline` package has been deleted and only `haystack.core.pipeline` exists now.