mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-04 05:53:19 +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