You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## [0.2.2]
4
+
-`searchVectors` now rejects `NaN` and out-of-range `topK` and `rerankFactor` values with a clear error instead of producing undefined behavior
5
+
-`writeVectors` skips auto-enabling binary quantization when the sign-bit codes are degenerate, avoiding a useless binary column that would hurt rather than help recall
6
+
3
7
## [0.2.1]
4
8
- Search results are now deterministic: ties on score are broken by row index, so repeated queries return the same ordering
5
9
- Lower the default cluster `probe` cap from 96 to 48 lists; an explicit `probe` still bypasses the cap
0 commit comments