Hacker News new | ask | show | jobs
by xico 1528 days ago
Meta is relatively open (and open source) in how they handle stuff, including ranking, scoring and filtering described in the original article, but also fast inverted indexes and approximate nearest neighbors in high-dimensional spaces. See, for instance, Unicorn [1,2] or (at a lower level) FAISS [3].

[1] http://people.csail.mit.edu/matei/courses/2015/6.S897/readin...

[2] https://dl.acm.org/doi/pdf/10.1145/3394486.3403305

[3] https://faiss.ai/