ngx-prompt-kit

Source

Citation pill for RAG answers. Hover the chip to preview the title + description in a hover card.

Examples

Inline citation chip

Hover the chip to preview the source. Click to open in a new tab.

Vector databases use approximate nearest neighbor search to scale to millions of embeddings 1 while keeping query latency under ~10ms.

With favicon and custom label

Set [showFavicon]=true to fetch the site's favicon next to the label.

Installation

Add the source component (and the cn() utility) to your project.

ng generate ngx-prompt-kit:source

Component API

PkSource

PropTypeDefaultDescription
hrefstringRequired URL. The hostname is auto-extracted as the default label.

PkSourceTrigger

PropTypeDefaultDescription
labelstring | numberOverride the default (domain) label.
showFaviconboolean false Show the site favicon next to the label.
classstringExtra classes for the chip.

PkSourceContent

PropTypeDefaultDescription
titlestringCard title (required).
descriptionstringCard description (required).
classstringExtra classes for the hover card.