Skip to content

Commit

Permalink
Update sentence_window_retriever.py (#8332)
Browse files Browse the repository at this point in the history
* Update sentence_window_retriever.py

* Update haystack/components/retrievers/sentence_window_retriever.py

Co-authored-by: Sebastian Husch Lee <[email protected]>

---------

Co-authored-by: David S. Batista <[email protected]>
Co-authored-by: Sebastian Husch Lee <[email protected]>
  • Loading branch information
3 people authored Sep 10, 2024
1 parent 7cedf7e commit 675cf43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def run(self, retrieved_documents: List[Document]):
- `context_windows`: A list of strings, where each string represents the concatenated text from the
context window of the corresponding document in `retrieved_documents`.
- `context_documents`: A list of lists of `Document` objects, where each inner list contains the
documents that form the context window for the corresponding document in
documents that come from the context window for the corresponding document in
`retrieved_documents`.
"""
Expand Down

0 comments on commit 675cf43

Please sign in to comment.