nomic-ai / nomic

Interact, analyze and structure massive text, image, embedding, audio and video datasets
https://atlas.nomic.ai
1.27k stars 168 forks source link

fix: move indexed_field check earlier for image dataset #320

Closed zanussbaum closed 2 months ago

zanussbaum commented 2 months ago

we ignore indexed_field for image datasets but if passed and not overwritten before, we'd accidentally ignore the colorable field. This fixes NOM-1782


:rocket: This description was created by Ellipsis for commit d8b8c0124bcf65da6036ee9bdee22c48ebe0276c

Summary:

Moved indexed_field check earlier in AtlasDataset.create_index to ensure correct handling for image datasets and updated version in setup.py.

Key points:


Generated with :heart: by ellipsis.dev