Skip to content

Commit 3eb11c5

Browse files
author
Jonathan Ellis
committed
mention BQ in UPGRADING.md
1 parent f1ab5c0 commit 3eb11c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
to change the remaining node ids to -- on-disk graphs may not contain "holes" in the ordinal sequence.
99
- `GraphSearcher.search` now has an experimental overload that takes a
1010
`float threshold` parameter that may be used instead of topK; (approximately) all the nodes with simlarities greater than the given threshold will be returned.
11+
- Binary Quantization is available as an alternative to Product Quantization. Our tests show that it's primarily suitable for ada002 embedding vectors and loses too much accuracy with smaller embeddings.
1112

1213
## Primary API changes
1314

0 commit comments

Comments
 (0)