From e114f1fc4e8d7c337b5ec417f87d0b5c1f797cdb Mon Sep 17 00:00:00 2001 From: vanyok37 <60355214+vanyok37@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:27:09 -0800 Subject: [PATCH] docs typo fix (#9720) fixed typo --- docs/getting_started/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/concepts.md b/docs/getting_started/concepts.md index 60bf005387..1ccfcfa71a 100644 --- a/docs/getting_started/concepts.md +++ b/docs/getting_started/concepts.md @@ -41,7 +41,7 @@ There are also some terms you'll encounter that refer to steps within each of th [**Nodes and Documents**](/module_guides/loading/documents_and_nodes/root.md): A `Document` is a container around any data source - for instance, a PDF, an API output, or retrieve data from a database. A `Node` is the atomic unit of data in LlamaIndex and represents a "chunk" of a source `Document`. Nodes have metadata that relate them to the document they are in and to other nodes. [**Connectors**](/module_guides/loading/connector/root.md): -A data connector (often called a `Reader`) ingests data from different data sources and data formats into `Document`s and `Nodes`. +A data connector (often called a `Reader`) ingests data from different data sources and data formats into `Documents` and `Nodes`. ### Indexing Stage -- GitLab