DOCS
v0.4

AI Components / Embedding Viz

Embedding Viz

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

ai-production v0.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
title string Chart title
showLabels boolean false Show point labels

Events

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