Replies: 2 comments 1 reply
-
For IVF_HNSW, HNSW is the quantizer for IVF centroids. So the indices of the centroids also need to be stored for HNSW quantization |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmmm indeed this is a mistake, it should be 8 bytes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the picture is γDecision tree to choose a Faiss indexγhttps://github.com/facebookresearch/faiss/wiki/Guidelines-to-choose-an-index

it shows
γmemory budget is
M + 16 bytes
per vectorγ
my problems is why 16bytes?
it should only a ids(8 bytes) + code(M)
Beta Was this translation helpful? Give feedback.
All reactions