RAG
Retrieval-augmented generation — chunks, retrieval results, search input, document chunker, embedding scatter, pipeline.
ChunkCard
Single retrieved chunk with rank, source, score, optional reranker delta, and expandable metadata.
RetrievalResults
List of retrieved chunks with in-set search and a score-threshold slider.
VectorSearchInput
Query input with topK slider, similarity threshold, and reranker toggle.
DocumentChunker
Source document with chunk boundaries highlighted — preview a chunking strategy.
EmbeddingScatter
Pure-SVG 2D scatter for UMAP / t-SNE / PCA projections with hover tooltips and group colour-coding.
RAGPipeline
Connected stage chips for embed → retrieve → rerank → generate with status, durations, and counts.