Skip to content

Context graph explorer

The knowledge graph explorer lets you see exactly what’s in your context graph — the entities, the relationships between them, and where each came from.

Open it at Context Graph → Knowledge Graph.

The graph renders as an interactive, force-directed layout you can pan, zoom, and drag. Nodes are entities; edges are the typed relationships between them.

Control What it does
Search Typeahead search to find and focus a specific entity.
Node-type filters Checkboxes to show/hide entities by type.
Relationship-type filters Checkboxes to show/hide edges by type.
Max nodes A slider bounding how many nodes render (default 200) so large graphs stay responsive.
Expand neighbours From a selected node, pull in its 1-hop neighborhood.

The “expand neighbours” control mirrors how retrieval works under the hood — Fabric assembles context by graph traversal from the entities that matter, not by dumping the whole corpus. See Core concepts → Context graph.

Click any node or edge to open the inspector panel on the right, showing its properties and provenance — where the entity came from. With curate permissions you can Edit or Delete from the inspector.

The explorer is built to load large graphs progressively (thousands of nodes) — the max-nodes slider and progressive loading keep it responsive even on big context graphs.