haystack/releasenotes/notes/add-huggingface-tgi-generator-9d7eed86f5246ea9.yaml
Vladimir Blagojevic 6e2dbdc320
feat: Add HuggingFaceTGIGenerator Haystack 2.x component (#6205)
* Add HuggingFaceTGIGenerator

* PR review

* PR feedback from Stefano

---------

Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
2023-11-02 19:35:16 +01:00

6 lines
190 B
YAML

---
preview:
- |
Adds `HuggingFaceTGIGenerator` for text generation. This components support remote inferencing for
Hugging Face LLMs via text-generation-inference (TGI) protocol.