mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
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:
parent
5b3dbf12a5
commit
129d056085
@ -72,7 +72,7 @@
|
||||
"source": [
|
||||
"## Retrieving Full Documents\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",
|
||||
"metadata": {},
|
||||
"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)."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user