Citation Chips
Inline source references with hover previews for RAG answers, grounded chat, and retrieval inspectors.
Source row
Chips under an assistant answer with one active source.
Sessions refresh automatically using HTTP-only cookies, and API traffic is throttled per workspace to keep delivery predictable.
Sign in to view this example's source code.
Sign inInline markers
Superscript markers in copy plus a chip row below.
Grounded answers can reference retrieval chunks inlinewhile keeping rate-limit guidanceone click away.
Sign in to view this example's source code.
Sign inDense previews
Long excerpt scroll and metadata-heavy chips.
Sign in to view this example's source code.
Sign inProps
| Name | Type | Default | Description |
|---|---|---|---|
| sources | CitationSource[] | required | Retrieved sources rendered as inline chips |
| activeIds | string[] | undefined | Highlight chips whose ids appear in the active set |
| openOnHover | boolean | true | Open preview popover on hover and focus |
| onSourceClick | (source: CitationSource) => void | undefined | Called when a chip or source link is activated |
| CitationMarker | component | - | Superscript inline marker tied to a source id for grounded prose |