Skip to content

Commit

Permalink
Topic label field bug alias bug(#310)
Browse files Browse the repository at this point in the history
* fix topic label field alias bug
* version bump
  • Loading branch information
AndriyMulyar authored Jun 24, 2024
1 parent ca78d67 commit 8e89f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nomic/data_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class NomicTopicOptions(BaseModel):
"""

build_topic_model: bool = True
topic_label_field: Optional[str] = Field(default=None, alias="community_description_target_field")
topic_label_field: Optional[str] = Field(default=None)
cluster_method: str = "fast"
enforce_topic_hierarchy: bool = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="nomic",
version="3.0.33",
version="3.0.34",
url="https://github.com/nomic-ai/nomic",
description=description,
long_description=description,
Expand Down

0 comments on commit 8e89f71

Please sign in to comment.