From 1da9d2338824786ac72d02bf84c75a705f1d4923 Mon Sep 17 00:00:00 2001 From: egolearner Date: Tue, 4 Aug 2026 11:02:06 +0800 Subject: [PATCH] add Zvec in users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc563d1..a267bfd 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The RaBitQ algorithm has been implemented in many real-world systems in industry - [ElasticSearch](https://github.com/elastic/elasticsearch) - HNSW + RaBitQ (Java - the algorithm is adopted with some minor modifications and renamed as "BBQ") - [Lucene](https://github.com/apache/lucene) - HNSW + RaBitQ (Java - the algorithm is adopted with some minor modifications and renamed as "BBQ") - [turbopuffer](https://turbopuffer.com/blog/ann-v3#:~:text=ANN%20v3%20employs%20the%20RaBitQ) - SPFresh + RaBitQ +- [Zvec](https://github.com/alibaba/zvec) - HNSW/IVF + RaBitQ (C++) ## Acknowledgement