From 9e7e62ecdb20e510c5c12aac856c0a6d87fe6e42 Mon Sep 17 00:00:00 2001 From: amartinson193 <32916663+amartinson193@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:30:28 -0700 Subject: [PATCH] Update usage_documents.md (#8273) * Update usage_documents.md Fixed typo * Updated typo --- .../data_modules/documents_and_nodes/usage_documents.md | 2 +- docs/examples/low_level/ingestion.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md b/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md index fd54dff5cb..e28297fea2 100644 --- a/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md +++ b/docs/core_modules/data_modules/documents_and_nodes/usage_documents.md @@ -128,7 +128,7 @@ As you know by now, metadata is injected into the actual text of each document/n 1. `Document.metadata_seperator` -> default = `"\n"` -When concatenating all key/value fields of your metadata, this field controls the separator bewtween each key/value pair. +When concatenating all key/value fields of your metadata, this field controls the separator between each key/value pair. 2. `Document.metadata_template` -> default = `"{key}: {value}"` diff --git a/docs/examples/low_level/ingestion.ipynb b/docs/examples/low_level/ingestion.ipynb index 172621a232..33f6984670 100644 --- a/docs/examples/low_level/ingestion.ipynb +++ b/docs/examples/low_level/ingestion.ipynb @@ -530,7 +530,7 @@ "\n", "We now insert these nodes into our `PineconeVectorStore`.\n", "\n", - "**NOTE**: We skip the VectorStoreIndex abstraction, which is a higher-level abstraction that handles ingestion as well. We use `VectorStoreIndex` in the next section to fast-trak retrieval/querying." + "**NOTE**: We skip the VectorStoreIndex abstraction, which is a higher-level abstraction that handles ingestion as well. We use `VectorStoreIndex` in the next section to fast-track retrieval/querying." ] }, { -- GitLab