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 * wip * small fixes * deprecation; reno * Apply suggestions from code review Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * make params mandatory * changes requested * fix test * fix test --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com>
14 lines
534 B
YAML
14 lines
534 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduce `HuggingFaceAPIDocumentEmbedder`.
|
|
This component can be used to compute Document embeddings using different Hugging Face APIs:
|
|
- free Serverless Inference API
|
|
- paid Inference Endpoints
|
|
- self-hosted Text Embeddings Inference.
|
|
This embedder will replace the `HuggingFaceTEIDocumentEmbedder` in the future.
|
|
deprecations:
|
|
- |
|
|
Deprecate `HuggingFaceTEIDocumentEmbedder`. This component will be removed in Haystack 2.3.0.
|
|
Use `HuggingFaceAPIDocumentEmbedder` instead.
|