mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 07:59:27 +00:00
* add HuggingFaceAPITextEmbedder * add HuggingFaceAPITextEmbedder * rm unneeded else * small fixes * changes requested * fix test
14 lines
504 B
YAML
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.
|