Graph RAG Control Surface

Command the neon stack

A reimagined cockpit for Graph-RAG Infra. Ingest new context, interrogate the knowledge graph, and monitor system health inside a purple-neon command centre. Use g + letter combos to teleport across modules.

Domain Pack
Version pending

Graph nodes

Loading graph metrics

Last ingest

Pending

Awaiting data

Control modules

07

Ingest | Search | Clinical QA | Graph | Export | Superset | Settings

Keyboard first

9 shortcuts

Tap Keys ▸ in header

Ingest

Upload documents or paste raw text to extract triples into the knowledge graph.

Search

Run entity or edge searches with instant cURL previews and citations.

Clinical QA

Deterministic protocol Q&A with evidence drawers, receipts, and replay controls.

Graph

Explore the force-directed entity graph, filter relations, and export Cypher.

Exports

Pull RDF dumps or JSON payloads for downstream systems.

Superset

Embed dashboards and quick links into the analytics workspace.

Settings

Adjust API base URL, review environment variables, and keyboard shortcuts.

API playbook

Jump straight to the advanced endpoints exposed in the Search console. Each link opens the relevant module section.

Tier-5 reasoning search

POST /tier5_search

Explore multi-document reasoning with explicit fact vs inference vs gap separation and rich evidence trails.

Open section

Tier-6 forensic reasoning

POST /tier6_reasoning

Interrogate contradictions, unsupported claims, and explicit evidence gaps without engaging Tier-7 planning.

Open section

Tier-7 reasoning

POST /tier7/answer

Execute the Tier-7 guardrailed retrieval + reasoning stack with provenance, contradictions, and refusal logic.

Open section

Hybrid documents

POST /query/documents/hybrid

Blend pgvector semantics with graph mentions to rank raw sources and inspect why summaries.

Open section

Explainability

GET /explainability

Generate receipts, hybrid scores, temporal decay, and reproducible parameter bundles for any query.

Open section

Reasoning trace

POST /query/reasoning_trace

Produce symbolic, neural, or hybrid chains of thought with hop-by-hop evidence and optional prompts.

Open section

Causal change

GET /query/why_change

Compare temporal windows around a focus entity to surface likely causal neighbours and edge previews.

Open section

Simulation studio

POST /query/what_if
POST /query/what_if_simulator
POST /query/scenario_studio

Propagate deltas, tune temporal decay, apply edge adjustments, and narrate downstream impacts.

Open section