muthuk1 commited on
Commit
dc29f08
·
1 Parent(s): 6d09a0b

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: "Dual 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",
 
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",