- Fix failure to rescue from API call exceptions.
- Fix embedding loading into Embedding resource.
- Adds method
get_or_create
to Collection class.
- 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.
- Uses Ruby Next to transpile newer Ruby to older Ruby versions in order to support Ruby 2.7, 3.0, and 3.1
- Complete API to communicate with Chroma database via its API interface
- Initial release