NodeType

Type of a knowledge graph node.

Usage

Source

NodeType

Values

DOCUMENT A source document (file, note, web page). ENTITY A named entity extracted from documents (person, org, concept). TOPIC A topic or category used for classification. DECISION An AI reasoning event: enrichment result, Q&A answer, user correction, or chat-derived insight. Decision nodes form an auditable trail and can be reverted.

Examples

import talk_box as tb

tb.NodeType.DOCUMENT
tb.NodeType.ENTITY
tb.NodeType.TOPIC
tb.NodeType.DECISION