Skip to content

Commit

Permalink
Update haystack/components/retrievers/sentence_window_retriever.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Husch Lee <[email protected]>
  • Loading branch information
davidsbatista and sjrl authored Sep 5, 2024
1 parent 7777ec0 commit d53a4e2
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 come 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 d53a4e2

Please sign in to comment.