Add Fact Triple
Request
The name of the edge to add. Should be all caps using snake case (eg RELATES_TO)
Additional attributes of the edge. Values must be scalar types (string, number, boolean, or null). Nested objects and arrays are not allowed.
The time (if any) at which the edge expires
The time (if any) at which the fact stops being true
Optional metadata key-value pairs for the shadow episode created for this fact triple. Max 10 keys. Values must be strings, numbers, or booleans.
Additional attributes of the source node. Values must be scalar types (string, number, boolean, or null). Nested objects and arrays are not allowed.
The labels for the source node. At most one entity-type label may be provided so that manually-added triples remain consistent with automatic episode extraction, which assigns one best-match entity type per node. The base “Entity” label is added implicitly by the graph layer on save and does not need to be supplied here.
Additional attributes of the target node. Values must be scalar types (string, number, boolean, or null). Nested objects and arrays are not allowed.
The labels for the target node. At most one entity-type label may be provided so that manually-added triples remain consistent with automatic episode extraction, which assigns one best-match entity type per node. The base “Entity” label is added implicitly by the graph layer on save and does not need to be supplied here.