haystack/releasenotes/notes/add-token-to-named-entity-extractor-3124acb1ae297c0e.yaml
Michele Pangrazzi c192488bf6
Named entity extractor private models (#8658)
* 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
2024-12-20 11:15:55 +01:00

5 lines
122 B
YAML

---
enhancements:
- |
Add `token` argument to `NamedEntityExtractor` to allow usage of private Hugging Face models.