Skip to main content

Release Notes

2024-07-17

Maintenance

  • Indexed columns are now visually indicated in the dataset overview
  • Map selections with < 100 results will continue fetching more results until all results have been loaded
  • Fixed bug so that boolean data types may not be uploaded as a part of a dataset

2024-07-03

Semantic Search Improvements

  • Semantic search on vision models can now query search
  • Document and query search no longer available in embedding projects
  • Fixed bug on csv upload with certain reserved column names
  • Fixed bug in lasso interaction

2024-06-19

Maintenance

  • At time of account creation, you can now change the URL slug for your organization as well as the display name
  • Updates to the organization member control page
  • Stability improvements to the web upload page
  • Removed ability to upload files that have been pickled with numpy

2024-06-05

Nomic Embed Image: Multimodal Embeddings in Atlas

  • Atlas supports mapping image datasets using the Nomic Embed Vision model. Datasets with images can be stored in Atlas using the map_data function from the Nomic Python SDK.
  • Topics for a highlighted datapoint are now visible in the data sidebar
  • Fixed bug in saving topic labels which get updated during session
  • Improved reliability of web upload for JSON and JSONL files
  • Improvements to lasso selections in non-embedding data spaces

2024-05-22

Maintenance

  • Improvements to reporting on state of unbuilt maps
  • Increase time to loading of 404 pages when non-existent maps are requested
  • Improvements to permissions
  • Fixed bug in tags created using the lasso tool

2024-05-08

Semantic Search API for New Users

  • Users can call semantic search via the embeddings API before logging into nomic
  • Fixed bug where some dropdown menus contained two copies of some items
  • Fixed bug using the lasso tool

2024-04-24

RBAC, Semantic Search API

  • Role Based Access Control (RBAC) added for users to create API keys and datasets as members of an organization
  • Semantic search added to embeddings API
  • Faster page loading: removed unneeded build-time dependencies
  • Improvements to the appearance of organization and project pages for non-logged-in users
  • Fixed bug when selecting individual points in Atlas map
  • Default projection algorithm upgraded to nomic-project-2

2024-04-12

Improved map UI, topic label editing

  • Revamp of the map UI for better use of space and ease of use
  • Topic labels can now be edited by map admins from within the map page; changes to topic labels are immediately reflected in the map and propagated to the server

2024-04-11

Temporarily disabling of updating Atlas indices

  • The ability to update an Atlas index is temporarily deprecated due to critical flaws in it's functionality and data consistency guarantees. Please message support@nomic.ai for details on when the feature will become available again.

2024-03-29

Range slider improvements, map projection improvements

  • Range Slider now supports zooming in and out for more precision, better UI for settings dates and minor data display updates
  • Improved 2D layout — nomic-project-v1 will now auto-infer hyperparameters based on your dataset by default, resulting in layouts that better capture local and global embedding structure.
  • Datasets embedded by Nomic now show the embedding model used to create them
  • Various bug fixes, including more stability on the data upload page

2024-03-05

New tagging capabilities, duplicate detection for embedding datasets

  • Tagging capabilties now scale to 10 million points, includes improved collaborative capabilities and selection based exports.
  • Duplicate detection capabilities are now enabled for embedding modality datasets. Set a low duplicate detection threshold for effective use.
  • Sets nomic-embed-text-v1.5 as default model for text modality datasets.
  • Miscellaneous bug fixes.

2024-02-14

Nomic Embed v1.5, Data interface: topic editing, column reordering, CSV export

  • Launch of Nomic Embed v1.5, a text embedding model that supports variable output size.
  • Allows reordering data in the preview window, so users can choose which metadata fields are most visible.
  • Allow full dataset export as CSV from the map title bar for map owners and editors.
  • Allow including Nomic topic labels in selection downloads and full dataset export.
  • Miscellaneous small fixes.

2024-02-01

Nomic Embed, Topic Label Improvements

  • Nomic Embed: The flagship Nomic Atlas embedding model is now launched as an inference endpoint and as the default embedding model in Nomic Atlas.
  • Topic Label Generation Improvements: The topics labels assigned to detected topics in your datasets have been improved for quality, consistency and relevance. Remember, you can access topics and labels programatically with the Nomic Python Client.
  • Embedding Inference Optimizations: Lowered P75 latency of embedding inference to 200ms at batch size 100 and seq length 2048.
  • Various minor bug patches.

2024-01-24

Browser Data Upload Improvements, access to points, new URLs

  • Browser Data Upload: Columns are now editable, patched several case bugs involving duplicate names, etc.
  • It's now easier to isolate a single point on the map--just click and you'll get immediate access to the most important information about your point, with the full information available on the left. There's also a handy way to add it to the current selection--watch here for more operations on individual items in your dataset!
  • Atlas uses slugs instead of UUIDs even for maps--the default place to view your dataset map is now at https://atlas.nomic.ai/my_org/my_project/map. If you've built multiple maps, they're still accessed by UUID: but most users share just the most recent map they have, and this makes it easier to understand your links and work with them from the python client.
  • The in-browser project creation interface is now more reliable and returns better information about errors in uploaded CSVs.

2024-01-15

Stability and Scale

  • Infrastructure upgrades towards making tagging scale to 10 million point datasets in the browser
  • Patches to edge cases introduced by the introduction human-readable slugs in URLs
  • Non-critical security patches as detected by latest external penetration test.
  • Infrastructure stability improvements in response to edge cases detected in dataset indexing.
  • Atlas API endpoint to update topic labels

2023-12-01

Unstructure Data Interface Composable Selection

  • Composable Selection: All Nomic Atlas data selections are now composable at the ten's of million points scale. Build highly expressive selections over your datasets in the web browser with metadata filtering, regex search and semantic region lasso'ing. Try searching your Atlas dataset, and combine it with a lasso over some of the results.

2023-11-10

Multiple filters

  • Atlas now allows you to combine multiple searches together at the same time--lassos, regular expressions searches, and/or categorical filters. Choose whether to use "any" or "all" to combine multiple filters together.

2023-11-01

Core Algorithm Improvements

  • Nomic Projection Algorithm Latency: The Nomic Projection algorithm can now build a 2D projection of 1M points in five minutes.