get_entity_neighbors
Retrieve all entities connected to a concept in the knowledge graph, including typed relationships and evidence spans for each edge.
Instructions
Given a concept or entity name, find everything connected to it in the knowledge graph. Returns related entities and the typed relationships between them (CITES, INFLUENCES, EXTENDS, CONTRASTS_WITH, etc) with the evidence spans that justify each edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_hops | No | How many hops out to traverse (default 2, max 3). | |
| entity_name | Yes | Concept or entity to explore. |