From e54c005311c4c9f702169332c372ff7026fb708b Mon Sep 17 00:00:00 2001 From: Dmitry Kan Date: Mon, 6 Jan 2025 14:34:34 +0200 Subject: [PATCH] Update README.md Added a URL to BuddyPQ, improving 12% over vanilla FAISS for 10M vectors. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e516f9..2120358 100644 --- a/README.md +++ b/README.md @@ -86,5 +86,6 @@ List of methods on how approximate vector search algorithm can be implemented mo - [Efficient and robust approximate nearest neighbor search using Hierarchical Navigable Small World graphs](https://arxiv.org/abs/1603.09320) - [Optimization of Indexing Based on k-Nearest Neighbor Graph for Proximity Search in High-dimensional Data](https://arxiv.org/abs/1810.07355) - [On Approximately Searching for Similar Word Embeddings - ACL 2016](https://www.aclweb.org/anthology/P16-1214.pdf) +- [Billion-Scale Vector Search: Team Sisu and BuddyPQ](https://medium.com/big-ann-benchmarks/billion-scale-vector-search-team-sisu-and-buddypq-ce9b016fd433) [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)