get_related
Fetch directly related facts for a given fact ID, with optional relation filter. Returns bidirectional one-hop neighbors to explore knowledge graph connections.
Instructions
Knowledge Graph: Get directly related facts (1-hop, bidirectional). Returns a list of {fact_id, relation, edge_id, direction} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_id | Yes | The Qdrant point ID to find neighbors for | |
| relation | No | Only return edges with this relation (e.g. 'manages') |