haystack/releasenotes/notes/sentence-window-deprecation-b7db8efc56f33940.yaml
David S. Batista c5ef0b2956
chore: adding a deprecation warning on the SentenceWindowRetriever (#8597)
* linting

* improving message

* fixing header

* adding deprecation in the release notes
2024-12-03 17:41:19 +01:00

4 lines
220 B
YAML

deprecations:
|
"The output of `context_documents` will change in the next release. Instead of a List[List[Document]], the output will be a List[Document], where the documents are ordered by `split_idx_start`.",