mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 12:07:04 +00:00
* add to_dict and from_dict to StreamingChunk * bugfix: set index field * release notes + minor bugfix in tests * ensure full serialization + update tests * support de/serialization for all involved dataclasses * remove unnecessary import * code cleanup + only allow dicts in from_dict * update release notes * add more tests