From 66499ff9f350b49aa9244d3d60d27ddde7f81922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sun, 17 Mar 2024 12:17:39 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af5bf3..c919da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ In this release the main feature is query performance improvement (4x faster, 99 - Fixed path joining (PR [#44](https://github.com/philippgille/chromem-go/pull/44)) +### Breaking changes + +- Due to vectors now being normalized at the time of adding the document to the collection instead of when querying, the persisted data from prior versions is incompatible with this version (PR [#47](https://github.com/philippgille/chromem-go/pull/47)) + v0.4.0 (2024-03-06) -------------------