HowItWorks: fix step 02 title 'Dual Pipeline' -> '3-Pipeline Activation'
Browse files
web/src/components/home/HowItWorks.tsx
CHANGED
|
@@ -10,7 +10,7 @@ const STEPS = [
|
|
| 10 |
},
|
| 11 |
{
|
| 12 |
number: "02",
|
| 13 |
-
title: "
|
| 14 |
description: "All 3 pipelines execute simultaneously: LLM-Only (no retrieval), Baseline RAG (vector search → LLM), and GraphRAG (entity extraction → graph traversal → LLM).",
|
| 15 |
detail: "Schema-bounded extraction ensures valid entities | GSQL multi-hop traversal",
|
| 16 |
color: "#0072CE",
|
|
|
|
| 10 |
},
|
| 11 |
{
|
| 12 |
number: "02",
|
| 13 |
+
title: "3-Pipeline Activation",
|
| 14 |
description: "All 3 pipelines execute simultaneously: LLM-Only (no retrieval), Baseline RAG (vector search → LLM), and GraphRAG (entity extraction → graph traversal → LLM).",
|
| 15 |
detail: "Schema-bounded extraction ensures valid entities | GSQL multi-hop traversal",
|
| 16 |
color: "#0072CE",
|