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: topic label field default to indexed field if not supplied #316

Closed zanussbaum closed 2 months ago

zanussbaum commented 2 months ago

from changes: https://github.com/nomic-ai/nomic/blame/main/nomic/dataset.py#L1173 Defaulted to using topic_label_field but if NomicTopicOptions was created with no overrides, the topic_label_field is None. Set to indexed_field by default if not overridden and also handles case of image topic label field


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

Summary:

Default topic_label_field to indexed_field if not provided and handle image topic label field case in AtlasDataset.create_index method.

Key points:


Generated with :heart: by ellipsis.dev