Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foundation Models Integration - Atlas visualization for datasets #72

Open
caldeirav opened this issue Jul 2, 2023 · 1 comment
Open
Assignees
Labels
kind/enhancement New feature or request

Comments

@caldeirav
Copy link
Collaborator

caldeirav commented Jul 2, 2023

Google has been leveraging Atlas visualizer for embeddings:
https://atlas.nomic.ai/

Look at the possibility of embedding visualization for distributed data sets as a way to explore / search for data. This can be a complement to an Elastic Search type of discovery.

@caldeirav caldeirav added the kind/enhancement New feature or request label Jul 2, 2023
@neoxu999
Copy link
Collaborator

neoxu999 commented Jul 8, 2023

I tried the code below and it generated the visualizer for me. Please see the published map below
https://atlas.nomic.ai/map/18914772-6404-418f-9f0a-697b224ba453/7cd05207-68ec-45ab-b05b-a1d600f0f963

import nomic
from nomic import atlas
import numpy as np

num_embeddings = 1000
embeddings = np.random.rand(num_embeddings, 256)

project = atlas.map_embeddings(
    embeddings=embeddings
)

The process is easy, just need to get an API key and login with atlas.

I can write a proper jypter notebook to show it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants