mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 19:47:45 +00:00
* draft * docstrings and more tests * deprecation; reno * pydoc config * better error messages * rm unneeded else * make params mandatory * Apply suggestions from code review Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * document enum * Update haystack/utils/hf.py Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> * fix test --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com>
14 lines
480 B
YAML
14 lines
480 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduce `HuggingFaceAPIGenerator`. This text-generation component supports different Hugging Face APIs:
|
|
- free Serverless Inference API
|
|
- paid Inference Endpoints
|
|
- self-hosted Text Generation Inference.
|
|
|
|
This generator will replace the `HuggingFaceTGIGenerator` in the future.
|
|
deprecations:
|
|
- |
|
|
Deprecate `HuggingFaceTGIGenerator`. This component will be removed in Haystack 2.3.0.
|
|
Use `HuggingFaceAPIGenerator` instead.
|