NeroCube / bookmark

Place some learning resources
0 stars 0 forks source link

SOAR: New algorithms for even faster vector search with ScaNN #439

Open NeroCube opened 7 months ago

NeroCube commented 7 months ago

SOAR provides ScaNN with a robust "backup" route for identifying nearest neighbors when ScaNN's traditional clustering-based approach faces challenges. This enhancement allows ScaNN to achieve even faster vector search performance while maintaining a low index size and minimal indexing time. As a result, it strikes an optimal balance among various vector search algorithms.

image

The community to leverage ScaNN for addressing their vector search needs. ScaNN is open-sourced on GitHub and can be easily installed via Pip. Additionally, ScaNN vector search technology is integrated into Google Cloud products:

GitHub: https://github.com/google-research/google-research/tree/master/scann Blog: https://research.google/blog/soar-new-algorithms-for-even-faster-vector-search-with-scann/