๐Ÿ†• Haystack 2.11 is out with shorter import time and extended async support. Go to release notes for all highlights ๐ŸŒŸ

Haystack 2.11.2

Check on Github

โšก๏ธ Enhancement Notes

  • Refactored the processing of streaming chunks from OpenAI to simplify logic.
  • Added tests to ensure expected behavior when handling streaming chunks when using include_usage=True.

๐Ÿ› Bug Fixes

  • Fixed issue with MistralChatGenerator not returning a finish_reason when using streaming. Fixed by adjusting how we look for the finish_reason when processing streaming chunks. Now, the last non-None finish_reason is used to handle differences between OpenAI and Mistral.