"use client"; import Link from "next/link"; export function BentoShowcase() { return (
The Dashboard

Everything in one place

Six dedicated pages for every aspect of GraphRAG β€” from live comparisons to deep graph exploration.

{/* Large: Playground */}
⚑

Live Playground

Ask any science question and watch all 3 pipelines run simultaneously β€” LLM-Only, Basic RAG, and GraphRAG. Real-time tokens, cost, and accuracy.

12 LLM Providers Adaptive Routing
{/* Small: Benchmarks */}
πŸ“Š

Benchmarks

Run Wikipedia science benchmarks with F1, LLM-Judge, BERTScore, and radar charts.

{/* Small: Graph Explorer */}
πŸ•ΈοΈ

Graph Explorer

Interactive knowledge graph visualization with entity inspection.

{/* Medium: Architecture */}
πŸ—οΈ

Architecture Deep-Dive

Explore the 4-layer AI Factory model, GSQL queries, and how TigerGraph integrates with the LLM pipeline.

4 Layers GSQL Queries Docker Ready
); }