Node Builder

Create a new node, generate its vector embedding, add it to the graph, and optionally persist extended attributes — all in one step.

Base Node
Graph Relationship (optional)

If a parent node is supplied, a CONTAINS_GOAL edge will be created: parent → new node.

Extended Attributes (type-specific side table)

Each key becomes a column in <node_type>_details (e.g. risk_node_details). Columns are auto-created if absent.