mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* HF API Embedders: refactoring * rename variables * rm leftovers * rm pin * rm unused import * relnote * warning with truncate/normalize and serverless inference API * test that warnings are raised
6 lines
237 B
YAML
6 lines
237 B
YAML
---
|
|
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.
|