Skip to content

Commit 3fc3b3f

Browse files
committed
add to docs
1 parent ce1d7ea commit 3fc3b3f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

fern/pages/references.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,18 @@ VecFlow studies filtered approximate nearest-neighbor search on GPUs. It is usef
107107
year = {2025}
108108
}
109109
```
110+
111+
## GPU-Native Approximate Nearest Neighbor Search with IVF-RaBitQ: Fast Index Build and Search
112+
113+
[Paper](https://arxiv.org/abs/2602.23999)
114+
115+
IVF-RaBitQ is a GPU-native ANNS solution that integrates the cluster-based IVF method with RaBitQ quantization into an efficient GPU index build and search pipeline.
116+
117+
```bibtex
118+
@article{shi2026ivfrabitq,
119+
author = {Shi, Jifan and Gao, Jianyang and Xia, James and Feh{\'e}r, Tam{\'a}s B{\'e}la and Long, Cheng},
120+
title = {GPU-Native Approximate Nearest Neighbor Search with IVF-RaBitQ: Fast Index Build and Search},
121+
journal = {arXiv preprint arXiv:2602.23999},
122+
year = {2026}
123+
}
124+
```

0 commit comments

Comments
 (0)