mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-05 19:36:55 +00:00
* added run_async to filter retriever. implementation identical to run * created a test for the FilterRetriever, with the same logic of the original sync test * AutoMergingRetriever has now a run_async method identical to run, but with an async call on the document_store * added async test, which contains async version of original run tests. discovered incorrect async await call in my previous commit * modified documentation to specify that the method is asyncronous * added patch file * fixing typing error for filter_documents_async * updating release notes * fixing unit test --------- Co-authored-by: Amna Mubashar <amnahkhan.ak@gmail.com> Co-authored-by: David S. Batista <dsbatista@gmail.com>