haystack icon indicating copy to clipboard operation
haystack copied to clipboard

Add async run methods to all relevant embedders

Open sjrl opened this issue 9 months ago • 0 comments

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.

sjrl avatar Mar 11 '25 11:03 sjrl