faiss Index.search return’s different results after saving and loading to file system
Inconsistent index’s returned from index.search after saving index to disk.
faiss normalize_l2 doesn’t appear to work
I can generate scores for FAISS nearest neighbours, but getting the inner product doesn’t seem to work with regards to normalizing. I can only assume that the normalization doesn’t work.