Skip to content

KG Extract Node

AI/Memory/Graph

KG Extract

Extracts entities (nodes) and relationships (edges) from text using an LLM, returning structured arrays ready for graph insertion

kg_extractllmLong running
Inputs5
Outputs6
Security exposure4/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
4/10Medium
PrivacyPotential sensitivity of processed data.
5/10Medium
PerformanceRuntime or resource pressure.
6/10Medium
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
4/10Medium
CostExternal or compute cost impact.
4/10Medium

Input Pins

5

Input

Execution
exec_in

Trigger

Graph Connection

Struct
graph

Graph connection from Open Graph Overlay node

NodeGraphConnectionNodeGraphConnection1 fields
cache_keystringrequired
Schema enforced

Text

String
text

Input text to extract entities and relationships from

Node Labels

String Array
node_labels

Allowed node labels for extraction (from overlay definition)

Edge Labels

String Array
edge_labels

Allowed edge labels for extraction (from overlay definition)

Output Pins

6

Done

Execution
exec_out

Fires when extraction completes

Error

Execution
error

Fires on failure

Error Message

String
error_message

Error details

Extracted Nodes

Struct Array
extracted_nodes

Array of extracted entity objects with label, id, and properties

Extracted Edges

Struct Array
extracted_edges

Array of extracted relationship objects with label, source, target, and properties

Entity Count

Integer
entity_count

Total number of entities extracted

Node Info

Internal name
kg_extract
Category
AI/Memory/Graph