fixed spelling mistake and added missing bracket in parent_document_r… (#9380)

…etriever.ipynb


Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
RajneeshSinghShorthillsAI 2023-08-19 10:06:56 +05:30 committed by GitHub
parent 5b3dbf12a5
commit 129d056085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@
"source": [ "source": [
"## Retrieving Full Documents\n", "## Retrieving Full Documents\n",
"\n", "\n",
"In this mode, we want to retrieve the full documents. Therefor, we only specify a child splitter." "In this mode, we want to retrieve the full documents. Therefore, we only specify a child splitter."
] ]
}, },
{ {
@ -144,7 +144,7 @@
"id": "f895d62b", "id": "f895d62b",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Let's now call the vectorstore search functionality - we should see that it returns small chunks (since we're storing the small chunks" "Let's now call the vectorstore search functionality - we should see that it returns small chunks (since we're storing the small chunks)."
] ]
}, },
{ {