mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
* Add __repr__ to show Component I/O * Add release notes * Change Component repr to show full module path and name in Pipeline * Fix linting
7 lines
216 B
YAML
7 lines
216 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Add `__repr__` to all Components to print their I/O.
|
|
This can also be useful in Jupyter notebooks as this will be shown as a cell output
|
|
if the it's the last expression in a cell.
|