Skip to content

Releases: naveentatikonda/k-NN

avx2-100m

09 Nov 21:39
5d98552
Compare
Choose a tag to compare
Update default engine to FAISS (#2235)

Since faiss supports more features than nmslib, and, we had seen
data points that there are more number of vector search
users are interesed in faiss, we will be updating default
engine to be faiss. This will benefit users who preffered
to use defaults while working with vector search.

Signed-off-by: Vijayan Balasubramanian <[email protected]>

avx512-fp32

12 Sep 21:26
009c8f3
Compare
Choose a tag to compare
Fix mode/comp params so parameter overrides work (#2085)

PR adds capability to override parameters when specifying mode and
compression. In order to do this, I add functionality for creating a
deep copy of KNNMethodContext and MethodComponentContext so that we
wouldnt overwrite user provided config. Then, re-arranged some of the
parameter resolution logic.

Signed-off-by: John Mazanec <[email protected]>
(cherry picked from commit 270ac6a52f2ff9cc9cfa58dbd65333b21f925048)

2.17 RC5

12 Sep 21:38
009c8f3
Compare
Choose a tag to compare
Fix mode/comp params so parameter overrides work (#2085)

PR adds capability to override parameters when specifying mode and
compression. In order to do this, I add functionality for creating a
deep copy of KNNMethodContext and MethodComponentContext so that we
wouldnt overwrite user provided config. Then, re-arranged some of the
parameter resolution logic.

Signed-off-by: John Mazanec <[email protected]>
(cherry picked from commit 270ac6a52f2ff9cc9cfa58dbd65333b21f925048)