haystack/releasenotes/notes/hugging-face-local-generator-streaming-callback-38a77d37199f9672.yaml
Vladimir Blagojevic e779d43384
feat: Add streaming to HuggingFaceLocalGenerator (#7377)
* Inital streaming impl

* Add unit tests

* Add release note
2024-03-21 15:49:18 +01:00

5 lines
136 B
YAML

---
features:
- |
Adds 'streaming_callback' parameter to 'HuggingFaceLocalGenerator', allowing users to handle streaming responses.