Skip to content

Commit 5917718

Browse files
updating docs (#383)
1 parent c87c2c9 commit 5917718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/42_Sentence_Window_Retriever.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"The result is a dictionary with two keys:\n",
182182
"\n",
183183
"- `context_windows`: a list of strings containing the context windows around the matching sentence.\n",
184-
"- `context_documents`: a list of lists of `Document` objects containing the context windows around the matching sentence."
184+
"- `context_documents`: a list `Document` objects, containing the retrieved documents plus the context document surrounding them. The documents are sorted by the `split_idx_start` meta field."
185185
]
186186
},
187187
{
@@ -534,7 +534,7 @@
534534
],
535535
"metadata": {
536536
"kernelspec": {
537-
"display_name": "tutorials",
537+
"display_name": "Python 3 (ipykernel)",
538538
"language": "python",
539539
"name": "python3"
540540
},
@@ -548,7 +548,7 @@
548548
"name": "python",
549549
"nbconvert_exporter": "python",
550550
"pygments_lexer": "ipython3",
551-
"version": "3.12.4"
551+
"version": "3.12.6"
552552
}
553553
},
554554
"nbformat": 4,

0 commit comments

Comments
 (0)