haystack/releasenotes/notes/hf-embedders-feature-extraction-ea0421a8f76052f0.yaml

6 lines
237 B
YAML
Raw Normal View History

---
fixes:
- |
In the Hugging Face API embedders, the `InferenceClient.feature_extraction` method is now used instead of
`InferenceClient.post` to compute embeddings. This ensures a more robust and future-proof implementation.