mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* 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>
6 lines
202 B
YAML
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.
|