Skip to content
Snippets Groups Projects
Unverified Commit e114f1fc authored by vanyok37's avatar vanyok37 Committed by GitHub
Browse files

docs typo fix (#9720)

fixed typo
parent a81c0098
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment