Skip to content

Releases: CodeWithKyrian/chromadb-laravel

v0.2.0

17 Jan 09:07
Compare
Choose a tag to compare

Changes

  • Feature: New HasChromaCollection trait to attach to Eloquent Models and make eloquent model interaction seamless
  • Feature: Query eloquent models using the collection results automatically.
  • Feature: Easiiy truncate chroma collection associated with an eloquent model.
  • Feature: New configurable eloquent model sync to the chroma collection that can be turned on and off
  • Fix: Improved testing for Laravel-specific test cases

v0.1.1

14 Jan 10:09
Compare
Choose a tag to compare

Refactored environment variables for consistency, removing the DB suffix

v0.1.0

14 Jan 09:52
Compare
Choose a tag to compare

Initial Release