If I want to compute exact distances, which index keys would work? I tried OPQ256_768,IVF256_HNSW32,PQ256x8,RFlat with inner product, but it appears to produce non-exact distances. When I use the same index_key without autofaiss (e.g., just using faiss), it does appear to produce exact scores. I am using inner product metrics. I am using spark distributed mode. Thanks.
If I want to compute exact distances, which index keys would work? I tried
OPQ256_768,IVF256_HNSW32,PQ256x8,RFlatwith inner product, but it appears to produce non-exact distances. When I use the same index_key withoutautofaiss(e.g., just usingfaiss), it does appear to produce exact scores. I am using inner product metrics. I am using spark distributed mode. Thanks.