From 14a611775c21613f17b94a7c6aacbdaf1f9d7576 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 2 Jun 2023 03:45:56 +0900 Subject: [PATCH] Fix typo in docugami.ipynb (#5571) # Fix typo in docugami.ipynb Fixed typo. infromation -> information --- docs/modules/indexes/document_loaders/examples/docugami.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/indexes/document_loaders/examples/docugami.ipynb b/docs/modules/indexes/document_loaders/examples/docugami.ipynb index 296f9ac1d27..0191d7af569 100644 --- a/docs/modules/indexes/document_loaders/examples/docugami.ipynb +++ b/docs/modules/indexes/document_loaders/examples/docugami.ipynb @@ -364,7 +364,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's run the same question again. It returns the correct result since all the chunks have metadata key/value pairs on them carrying key information about the document even if this infromation is physically very far away from the source chunk used to generate the answer." + "Let's run the same question again. It returns the correct result since all the chunks have metadata key/value pairs on them carrying key information about the document even if this information is physically very far away from the source chunk used to generate the answer." ] }, {