mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
* feat: Add support for deserialization callbacks * Lint * Fix type hint for older Python versions * Apply suggestions from code review Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * Lint --------- Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
6 lines
270 B
YAML
6 lines
270 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Add support for callbacks during pipeline deserialization. Currently supports a pre-init hook for components that can be used to inspect and modify the initialization parameters
|
|
before the invocation of the component's `__init__` method.
|