mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-17 04:52:00 +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": [
|
"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)."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user