facebookresearch / MUSE

A library for Multilingual Unsupervised or Supervised word Embeddings
Other
3.17k stars 544 forks source link

reasons for selecting `faiss.IndexFlatIP` #156

Open Pzoom522 opened 4 years ago

Pzoom522 commented 4 years ago

Hi, when utilising the faiss lib for KNN search, you choose faiss.IndexFlatIP, which has a relatively low performance compared with other indexes via faiss. Could you please share if you select IndexFlatIP based on some reasons, or it's worth encouraging to try the more time-effective index algorithms, e.g., HNSWx? Thanks!

ucasiggcas commented 4 years ago

hi,dear use the function return D,I could you pls tell what's the meaning of D? thx