tensorchord / pgvecto.rs

Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.
https://docs.pgvecto.rs/getting-started/overview.html
Apache License 2.0
1.67k stars 63 forks source link

feat: Implement RabitQ #519

Open VoVAllen opened 2 months ago

VoVAllen commented 2 months ago

A new and simple quantization method shows strong performance.

It's the variant of binary quantization:

Reference: https://github.com/gaoj0017/RaBitQ https://arxiv.org/abs/2405.12497

VoVAllen commented 2 months ago