mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 07:29:06 +00:00
8 lines
318 B
YAML
8 lines
318 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Update secret handling for the `ExtractiveReader` component using the `Secret` type.
|
|
|
|
The default init parameter `token` is now required to either use a token or the environment `HF_API_TOKEN` variable
|
|
if authentication is required - The on-disk local token file is no longer supported.
|