haystack/releasenotes/notes/refactor-generator-public-interface-b588e9f23778e0ee.yaml
Stefano Fiorucci e91f7a8a4d
refactor!: improve the public interface of Generators (#6374)
* merge lazy import blocks

* refactor generators

* release note

* revert unrelated changes
2023-11-22 10:40:48 +01:00

7 lines
216 B
YAML

---
preview:
- |
Improve the public interface of the Generators:
- make `generation_kwargs` a dictionary
- rename `pipeline_kwargs` (in `HuggingFaceLocalGenerator`) to `huggingface_pipeline_kwargs`