Components for interactive embedding visualization
npm install embedding-atlas- Documentation: https://apple.github.io/embedding-atlas
- GitHub: https://github.com/apple/embedding-atlas
``js
// Embedding View component (just the embedding view)
import { EmbeddingView } from "embedding-atlas";
import { EmbeddingViewMosaic } from "embedding-atlas";
// Embedding Atlas component
import { EmbeddingAtlas } from "embedding-atlas";
// UMAP and KNN algorithms
import { createUMAP, createKNN } from "embedding-atlas";
``