Find answers from the community

Updated 2 months ago

i'm confused about id_num_table anda id_

i'm confused about id_num_table anda id_num_table_ref in unstructured and what does it means
base_nodes, node_mappings = node_parser.get_base_nodes_and_mappings(raw_nodes)
L
2 comments
Its just a way of giving ids to nodes.

This node parser creates nodes that contain summaries of tables (IndexNodes), as well as nodes that contain the actual tables.

If combined with recurisve retrieval, when a node containing a summary is retrieved, it is swapped with the actual table text
think of it like index nodes are pointers to actual content
Add a reply
Sign up and join the conversation on Discord