"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

August 29, 2019

Day #271 - FAISS Experiments

Examples on Basic indexes, Binary indexes, Composite indexes in FAISS
  • Exact Results - FlatIndex - index that can guarantee exact results. Types - IndexFlatL2 or IndexFlatIP
  • Somewhat Match - Clustering, then store in buckets "Flat"
  • conda Install on ubuntu. Version that works is - conda install faiss-cpu=1.5.1 -c pytorch -y
  • A similar project for store, fetch data - https://github.com/waltyou/faiss-web-service 
More Reads Link1, Link2

Happy Learning!!!

No comments: