spotify / voyager

🛰️ An approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability.

Home Page:https://spotify.github.io/voyager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Order Preserving Transformation for InnerProduct Indices

ijanderso opened this issue · comments

Investigating indices that use Space.InnerProduct it seems that there is, at the very least, some inefficiency in retrieval. We may want to consider implementing the Order Preserving Transformation in Sec 3.1 of this paper to make indices with Inner Product measures equivalent to a Euclidean NN problem.