mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-25 22:18:39 +00:00
* initial import * adding a few pylint disable * adding tests * fixing integration tests * adding release notes * fixing types and docstrings
5 lines
210 B
YAML
5 lines
210 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The SentenceWindowRetriever output key `context_documents` now outputs a List[Document] containing the retrieved documents together with the context windows ordered by `split_idx_start`.
|