haystack/releasenotes/notes/add-huggingface-tgi-chat-c63f4879a5d81342.yaml
Vladimir Blagojevic d7e1833c40
feat: Add HuggingFaceTGIChatGenerator Haystack 2.x component (#6199)
* Add ChatHuggingFaceTGIGenerator

* Add release note
---------
Co-authored-by: Daria Fokina <daria.fokina@deepset.ai>
Co-authored-by: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com>
2023-11-06 09:48:45 +01:00

6 lines
203 B
YAML

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