"use client"; export default function RAGPipeline() { return ( Agent Compute & RAG Pipelines Documents flow into a vector DB, then a model, and finally an answer bubble. {/* Arrowhead */} {/* Paths for packets */} {/* Background */} {/* Documents (left) */} {[-16, 0, 16].map((dy, i) => ( ))} {/* Arrow: docs -> vector DB */} {/* Vector DB (middle cylinder stack) */} {/* cylinder 1 */} {/* cylinder 2 */} {/* cylinder 3 */} {/* pulse */} {/* Arrow: DB -> model */} {/* Model (right) */} {/* brain-ish blob */} {/* inner highlight */} {/* Output bubble */} Answer ✓ {/* Packets along paths */} ); }