mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-14 18:52:11 +00:00

* Bug fix Weaviate document deletion If no filters param is passed in, then the original code retrieves *all* documents before then deleting by their IDs. There's no need for that, since we can delete by their IDs directly. * Edit comment to clarify deletion and recreation * Write unit tests for bug fix