mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 16:08:38 +00:00
* move embedding backends * use token in Sentence Transformers embeddings * more compact token handling * token parameter in reader * add token to ranker * release note * add test for reader
9 lines
321 B
YAML
9 lines
321 B
YAML
---
|
|
preview:
|
|
- |
|
|
Adopt Hugging Face `token` instead of the deprecated `use_auth_token`.
|
|
Add this parameter to `ExtractiveReader` and `SimilarityRanker` to allow
|
|
loading private models.
|
|
Proper handling of `token` during serialization: if it is a string (a possible valid token)
|
|
it is not serialized.
|