Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Sep 1, 2024
1 parent fc3391b commit 57c073a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ vNext
- Added the feature to run a *negative* query and either filter or subtract them from the regular query results (PR [#80](https://github.com/philippgille/chromem-go/pull/80) by [@erikdubbelboer](https://github.com/@erikdubbelboer))
- This PR also added the new `DB.QueryWithOptions` method and related options structs and constants for future extensibility without breaking the parameter list of the query method!
- Added option to only import/export selected collections to/from a DB (PR [#88](https://github.com/philippgille/chromem-go/pull/88) by [@iwilltry42](https://github.com/iwilltry42))
- Added Google / GCP Vertex AI embedding function (PR [#91](https://github.com/philippgille/chromem-go/pull/91) by [@iwilltry42](https://github.com/iwilltry42))
- Added new embedding model constants for Jina and Mixedbread (PR [#94](https://github.com/philippgille/chromem-go/pull/94))
- Added `Collection.GetByID()` to get a document for a known ID (PR [#97](https://github.com/philippgille/chromem-go/pull/97), for issue [#95](https://github.com/philippgille/chromem-go/issues/95))

### Improved

- Changed license from AGPL to MPL (PR [#87](https://github.com/philippgille/chromem-go/pull/87))
- Updated `golangci-lint` in CI to its latest version (PR [#99](https://github.com/philippgille/chromem-go/pull/99))
- Added Go 1.23 to the CI build matrix (PR [#98](https://github.com/philippgille/chromem-go/pull/98))

### Fixed

Expand Down

0 comments on commit 57c073a

Please sign in to comment.