/ releasenotes / notes / add-async-support-for-HuggingFaceAPIDocumentEmbedder-016bbb1f8964cf3f.yaml
add-async-support-for-HuggingFaceAPIDocumentEmbedder-016bbb1f8964cf3f.yaml
1  ---
2  features:
3    - |
4      Add `run_async` method to HuggingFaceAPIDocumentEmbedder. This method enriches Documents with embeddings.
5      It supports the same parameters as the `run` method. It returns a coroutine that can be awaited.