mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 23:48:53 +00:00
* feat: `SentenceWindowRetriever` now supports `run_async` * refactor: Reduce duplicated code * refactor: Remove unused import * docs: Add release notes * style: ignore type error from missing `run_async` in `DocumentStore` protocol * docs: Precise the ignored mypy error and add a comment explaining why * style: update mypy ignore type for filter_documents_async in SentenceWindowRetriever --------- Co-authored-by: Sebastian Husch Lee <10526848+sjrl@users.noreply.github.com>