Skip to content

Commit 93a1888

Browse files
committed
Publish v0.2.1
1 parent c5147f0 commit 93a1888

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.2.1]
4+
- Search results are now deterministic: ties on score are broken by row index, so repeated queries return the same ordering
5+
- Lower the default cluster `probe` cap from 96 to 48 lists; an explicit `probe` still bypasses the cap
6+
37
## [0.2.0]
48
- `searchVectors` accepts arrays for `source`, `metadata`, and `binary` to query across multiple parquet files in one call; results are heap-merged into a global top-K and each carries a `sourceIndex`. Single-source callers are unchanged
59
- `writeVectors` auto-tunes `binary` and `clusters` from the input size: binary turns on at N >= 10000 and `clusters` defaults to round(sqrt(N)/2) when both are left unset. Passing either flag explicitly opts out of that knob's auto behavior

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypvector",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Vector similarity search directly over Parquet files",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",

0 commit comments

Comments
 (0)