TurboQuant + RaBitQ: a hybrid approach in Qdrant
How I shipped a TurboQuant + RaBitQ hybrid in Qdrant 1.18.
Software engineer at Qdrant — bringing GPU tricks from graphics engines into vector search.
How I shipped a TurboQuant + RaBitQ hybrid in Qdrant 1.18.
A closed-form autoencoder: PCA encoder + quadratic Ridge decoder. On FiQA it gives 4× compression of mxbai-embed-large-v1 at -0.88 p.p. NDCG@10, +1.34 p.p. over PCA. No SGD, no neural networks.
A WGSL implementation of Conway's Game of Life that uses tiles, a halo region, and a staging buffer to keep the update in-place on a single storage buffer without cross-workgroup races. ~280 lines of WGSL, runs in the browser.