mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
* calculate page number of answer and add to meta * fix mypy, add reno * add test * simplify unit test * update release note * undo @patch updates * extend tests, check page_number type
7 lines
314 B
YAML
7 lines
314 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
The ExtractiveReader can now add page numbers to the meta data of ExtractedAnswers.
|
|
It's done automatically if the source document of the ExtractedAnswer contains a page number in its meta data.
|
|
The ExtractedAnswer will then contain a key "answer_page_number" in its meta data.
|