Closed AndriyMulyar closed 5 months ago
Renamed a field in NomicTopicOptions for clarity, updated relevant classes and methods, and ensured backward compatibility across multiple files.
NomicTopicOptions
Key points:
community_description_target_field
topic_label_field
nomic/data_inference.py
Field
NomicTopicOptions.dict
nomic/dataset.py
create_index
Generated with :heart: by ellipsis.dev
Summary:
Renamed a field in
NomicTopicOptions
for clarity, updated relevant classes and methods, and ensured backward compatibility across multiple files.Key points:
community_description_target_field
totopic_label_field
innomic/data_inference.py
.NomicTopicOptions
class to usetopic_label_field
with aliascommunity_description_target_field
.Field
alias for backward compatibility.NomicTopicOptions.dict
method to replacetopic_label_field
withcommunity_description_target_field
for backward compatibility.nomic/dataset.py
to usetopic_label_field
instead ofcommunity_description_target_field
.Field
and updatingcreate_index
method.Generated with :heart: by ellipsis.dev