mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-03 02:16:34 +00:00
* Change Pipeline.add_component to fail when reusing Component instances * Change variable name and store Pipeline instance in it * Fix tests
5 lines
144 B
YAML
5 lines
144 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Change `Pipeline.add_component()` to fail if the `Component` instance has already been added in another `Pipeline`.
|