haystack/releasenotes/notes/adding-async-huggingface-api-text-embedder-ad68e201fcef09bb.yaml
Arseniy Shkunkov bac29d9337
feat: add run_async for HuggingFaceAPITextEmbedder (#9204)
* Initial commit

* adding release notes

* adding async integrations tests

---------

Co-authored-by: David S. Batista <dsbatista@gmail.com>
2025-04-10 11:44:40 +02:00

5 lines
138 B
YAML

---
features:
- |
The `HuggingFaceAPITextEmbedder` now also has support for a run() method in an asynchronous way, i.e., run_async.