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

* add remove_component method plus unit tests * add docstrings * add reno * add type annotation to remove_component method Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * solve bug not allowing a component to be reatached to a pipeline after being removed * Properly remove Component from Pipeline * Ignore mypy --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
5 lines
124 B
YAML
5 lines
124 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Added the 'remove_component' method in 'PipelineBase' to delete components and its connections.
|