mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 19:47:45 +00:00
* feat: Add async streaming support in hugging face generator * enforce streamingcallback to be async * refactor * fix: schedule and await async task in Event Loop * unenforce typecheck * add integration test * After merge fixes: - fix breaking tests - added component_info to AsyncHFTokenStreamingHandler * fix integration test * refactor: improve async handling in HuggingFaceLocalChatGenerator and update tests * fix typo * address review comments * refactors * typo * refactor