mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Fix HuggingFaceTEITextEmbedder * Update haystack/components/embedders/hugging_face_tei_text_embedder.py Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com> * Improve imports; Add additional tests --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
6 lines
176 B
YAML
6 lines
176 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes `HuggingFaceTEITextEmbedder` returning an embedding of incorrect shape when used with a
|
|
Text-Embedding-Inference endpoint deployed using Docker.
|