mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-20 03:28:33 +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