mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 08:21:24 +00:00

* window_size set during runtime * revert init and update run with window_size * improved doc, removed print * adding release notes * updating tests * reverting docstring example * Update haystack/components/retrievers/sentence_window_retriever.py Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * Update haystack/components/retrievers/sentence_window_retriever.py Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * Update haystack/components/retrievers/sentence_window_retriever.py Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> --------- Co-authored-by: David S. Batista <dsbatista@gmail.com> Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
5 lines
156 B
YAML
5 lines
156 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
The SentenceWindowRetriever now supports the `window_size` parameter at run time, overwriting the value set in the constructor.
|