mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-09 05:37:25 +00:00
* fix: prevent in-place mutation of documents after embeddings by using deepcopy * Add tests * use from dataclasses import replace instead of deepcopy * Address PR comments