Hi,
Beginner here.
I dont know whats a node. Then, why does the splitter use nodes?
Hi Veeru1 welcome to the community : acording to llamaIndex docs
A Node represents a “chunk” of a source Document, whether that is a text chunk, an image, or other. Similar to Documents, they contain metadata and relationship information with other nodes.
In others words pieces of data with metadata related
https://docs.llamaindex.ai/en/stable/module_guides/loading/documents_and_nodes/
1 Like