mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* add 'token' support to NamedEntityExtractor to enable using private models on HF backend * fix existing error message format * add release note * add HF_API_TOKEN to e2e workflow * add informative comment * Updated to_dict / from_dict to handle 'token' correctly ; Added tests * Fix lint * Revert unwanted change
5 lines
122 B
YAML
5 lines
122 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Add `token` argument to `NamedEntityExtractor` to allow usage of private Hugging Face models.
|