Releases: naveentatikonda/k-NN
Releases · naveentatikonda/k-NN
avx2-100m
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
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
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)