haystack/releasenotes/notes/hfapitextembedder-97bf5f739f413f3e.yaml
Stefano Fiorucci c91bd49cae
feat: HuggingFaceAPITextEmbedder (#7484)
* add HuggingFaceAPITextEmbedder

* add HuggingFaceAPITextEmbedder

* rm unneeded else

* small fixes

* changes requested

* fix test
2024-04-08 14:22:54 +02:00

14 lines
504 B
YAML

---
features:
- |
Introduce `HuggingFaceAPITextEmbedder`.
This component can be used to embed strings using different Hugging Face APIs:
- free Serverless Inference API
- paid Inference Endpoints
- self-hosted Text Embeddings Inference.
This embedder will replace the `HuggingFaceTEITextEmbedder` in the future.
deprecations:
- |
Deprecate `HuggingFaceTEITextEmbedder`. This component will be removed in Haystack 2.3.0.
Use `HuggingFaceAPITextEmbedder` instead.