/ releasenotes / notes / async-document-writer-9458ced66c1c38c7.yaml
async-document-writer-9458ced66c1c38c7.yaml
1  ---
2  features:
3    - |
4      Add `run_async` method to `DocumentWriter`. This method supports the same parameters as
5      the `run` method and relies on the DocumentStore to implement `write_documents_async`.
6      It returns a coroutine that can be awaited.