File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1+ # Upgrading from 3.0.x to 4.0.x
2+
3+ ## New features
4+ - Support for Non-uniform Vector Quantization (NVQ, pronounced as "new vec"). This new technique quantizes the values
5+ in each vector with high accuracy by first applying a nonlinear transformation that is individually fit to each
6+ vector. These nonlinearities are designed to be lightweight and have a negligible impact on distance computation
7+ performance.
8+
19# Upgrading from 3.0.x to 3.0.6
210
311## API changes
1624 ` CompressedVectors ` directly from ` encodeAll() ` .
1725- ` PQVectors::getProductQuantization ` is removed; it duplicated ` CompressedVectors::getCompressor ` unnecessarily
1826
19- ## New features
20- - Support for Non-uniform Vector Quantization (NVQ, pronounced as "new vec"). This new technique quantizes the values
21- in each vector with high accuracy by first applying a nonlinear transformation that is individually fit to each
22- vector. These nonlinearities are designed to be lightweight and have a negligible impact on distance computation
23- performance.
24-
2527# Upgrading from 2.0.x to 3.0.x
2628
2729## Critical API changes
Original file line number Diff line number Diff line change 4141 <properties >
4242 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343 <maven .install.skip>true</maven .install.skip>
44- <revision >3 .0.7-SNAPSHOT </revision >
44+ <revision >4 .0.0-beta.1 </revision >
4545 </properties >
4646 <modules >
4747 <module >jvector-base</module >
You can’t perform that action at this time.
0 commit comments