create_relations
Establish directed connections between entities in the knowledge graph by specifying source, target, and relation type. Duplicates are ignored.
Instructions
Create relations between entities in the knowledge graph.
Each dict has: from (str), to (str), relationType (str). Duplicate relations are silently ignored.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |