Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 752 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 752 Bytes

[Unreleased]

[0.6.0] 2023-06-05

  • Fix failure to rescue from API call exceptions.
  • Fix embedding loading into Embedding resource.

[0.5.0] 2023-05-26

  • Adds method get_or_create to Collection class.

[0.4.0] 2023-05-23

  • This version implements Chroma's API change where Collection uses its collection id for many operations. Changes in the gem are internals, public API remains the same. Just be aware you need Chroma 0.3.25 or better with this gem version.

[0.3.0] 2023-05-19

  • Uses Ruby Next to transpile newer Ruby to older Ruby versions in order to support Ruby 2.7, 3.0, and 3.1

[0.2.0] 2023-05-12

  • Complete API to communicate with Chroma database via its API interface

[0.1.0] - 2023-05-04

  • Initial release