From 129d056085c44e9f4477feddcc6deffe2502d5c5 Mon Sep 17 00:00:00 2001 From: RajneeshSinghShorthillsAI <142493300+RajneeshSinghShorthillsAI@users.noreply.github.com> Date: Sat, 19 Aug 2023 10:06:56 +0530 Subject: [PATCH] =?UTF-8?q?fixed=20spelling=20mistake=20and=20added=20miss?= =?UTF-8?q?ing=20bracket=20in=20parent=5Fdocument=5Fr=E2=80=A6=20(#9380)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …etriever.ipynb Co-authored-by: Eugene Yurtsev --- .../retrievers/parent_document_retriever.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/modules/data_connection/retrievers/parent_document_retriever.ipynb b/docs/extras/modules/data_connection/retrievers/parent_document_retriever.ipynb index dba7e728a86..784804899b4 100644 --- a/docs/extras/modules/data_connection/retrievers/parent_document_retriever.ipynb +++ b/docs/extras/modules/data_connection/retrievers/parent_document_retriever.ipynb @@ -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)." ] }, {