find_shortest_path
Calculate the shortest path between two entities in a knowledge graph to identify connections and relationships efficiently.
Instructions
Find the shortest path between two entities in the knowledge graph
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source entity name | |
| target | Yes | Target entity name | |
| direction | No | Direction of traversal (default: both) | |
| relationTypes | No | Optional filter for relation types to follow |