TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Embedding Atlas: a scalable way to explore text embeddings with DuckDB

4 pointsby riordan5 days ago

1 comment

riordan5 days ago
There have been several projects over the past few years to make text embeddings visually explorable (notably Nomic.ai&#x27;s Nomic Atlas). However, Apple&#x27;s just released a tool that makes this kind of analysis super accessible and insanely interactive.<p>Under the hood it&#x27;s powered by Mosaic[0], a dataviz library built on top of DuckDB that&#x27;s designed to handle coordinated interactive plots over huge datasets, the kind of thing where you interact with one plot and the rest all respond, which requires going back to the database to recalculate all the aggregations.<p>I&#x27;ve been fanboying Mosaic for the past year but finally have this to point to as an illustration of what&#x27;s possible with it.<p>[0]: <a href="https:&#x2F;&#x2F;idl.uw.edu&#x2F;mosaic" rel="nofollow">https:&#x2F;&#x2F;idl.uw.edu&#x2F;mosaic</a>