Horizontal pipeline diagram with tone-tinted stage nodes connected by arrows, showing the path from query to answer.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai38 } from "@/components/beste/piece/ai38";
<Ai38
steps={[
"Query",
"Retrieve",
"Rerank",
"Answer"
]}
tone="violet"
/>