haystack/releasenotes/notes/update-secret-management-extractive-reader-4a8ce8df1f2705f8.yaml
Tobias Wochinger 23c65c250f
chore: migrate ExtractiveReader to use secret management (#7309)
* chore: migrate `ExtractiveReader` to use secret management

* docs: add release notes
2024-03-05 13:04:53 +01:00

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.