DOCS
v0.4

AI Components / Embedding Viz

Embedding Viz

2D scatter plot of vector embeddings with cluster colors and tooltips.

ai-productionv0.5.0

Playground

Examples

Clusters
<ai-embedding-viz title="Document Embeddings" showLabels style="max-width:400px;"></ai-embedding-viz>

Import

import { AiEmbeddingViz } from '@cognivo/components';
// Or tree-shake: import '@cognivo/components/ai-embedding-viz';

Per-component imports ship only that component (~8 kB gzip).

API Reference

PropTypeDefaultDescription
points{x, y, label, cluster?}[]Data points
titlestringChart title
showLabelsbooleanfalseShow point labels

Events

EventDetailDescription
ai-embedding-point-click{point}Point clicked