Graph-based search using PostgreSQL recursive CTEs. Provides neighborhood expansion and relation queries.
Summary
Functions
Follow edges from entry IDs (Tier 2 lightweight edges). Returns related entries within N hops.
Get the subgraph around an entity within N hops.
Get all relations for an entity.