github shcherbak-ai/contextgem v0.10.0

latest releases: v0.19.3, v0.19.2, v0.19.1...
5 months ago

Added

  • RatingConcept now supports tuple format for rating scales: Use (start, end) tuples instead of RatingScale objects for simpler API. Example: rating_scale=(1, 5) instead of rating_scale=RatingScale(start=1, end=5).

Deprecated

  • RatingScale class is deprecated and will be removed in v1.0.0. Use tuple format (start, end) instead for rating scales in RatingConcept.

Don't miss a new contextgem release

NewReleases is sending notifications on new releases.