haystack
haystack copied to clipboard
Add async run methods to all relevant embedders
As we released AsyncPipeline in 2.10, we should add run_async methods for all relevant embedders.
This doesn't make sense for the SentenceTransformer Embedders since they use local PyTorch models.