Skip to main content

Simulation run on this device. Scenario values are not sent anywhere — the engine is fully local.

ai simulation · free

GraphRAG Path Explorer

Traverse an entity graph to the evidence nodes a GraphRAG query needs.

Which subgraph should this question even touch?

Engine 1.0.0 · simulation
3
Nodes
7
Edges
5
Reachable from start
4/7
Hops used
3
start: kv cache
hop 1: pagedattention
hop 2: vllm
hop 3: serving throughput

Planned 3-hop traversal from "kv cache" toward "serving throughput".

Method

  • Parses `A -> B` edges into a directed graph, finds the nodes named by the question, and runs a bounded BFS to connect them.
  • If the traversal fails, the graph is too sparse for the question — that is the finding, not an error.