find_entity_path
Trace the shortest path connecting two entities in the knowledge graph, revealing intermediate relationships and conceptual connections.
Instructions
Find the shortest path between two entities in the knowledge graph. Shows how entities are connected through intermediate relationships. Useful for understanding conceptual connections and knowledge pathways.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity1 | Yes | Source entity name | |
| entity2 | Yes | Target entity name | |
| min_occurrences | No | Minimum entity occurrences for graph (default: 2) |