unify_entities
Merge duplicate or synonym entities into a single canonical entity to resolve data inconsistencies in a knowledge graph.
Instructions
Merge multiple source entities into a single target entity to resolve duplicates or synonyms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | Yes | List of entity names to be merged (will be removed) | |
| target | Yes | Name of the resolving entity (will function as the canonical entity) | |
| strategies | No | Strategy per field (e.g. {'description': 'concatenate'}). Options: keep_first, keep_last, concatenate |