• Lucas Hosseini's avatar
    Facebook sync (Mar 2019) (#756) · afe0fdc1
    Lucas Hosseini authored
    Facebook sync (Mar 2019)
    
    - MatrixStats object
    - option to round coordinates during k-means optimization
    - alternative option for search in HNSW
    - moved stats and imbalance_factor of IndexIVF to InvertedLists object
    - range search for IVFScalarQuantizer
    - direct unit8 codec in ScalarQuantizer
    - renamed IndexProxy to IndexReplicas and moved to main Faiss
    - better support for PQ code assignment with external index
    - support for IMI2x16 (4B virtual centroids!)
    - support for k = 2048 search on GPU (instead of 1024)
    - most CUDA mem alloc failures throw exceptions instead of terminating on an assertion
    - support for renaming an ondisk invertedlists
    - interrupt computations with ctrl-C in python
    afe0fdc1
MetaIndexes.h 2.75 KB