20x Speedup: Postgres Vector Similarity Plugin Implemented in Rust
Original link: http://gaocegege.com/Blog/pgvectors We’ve open-sourced pgvecto.rs , a Postgres vector similarity search plugin written in Rust. Its HNSW algorithm is 20 times faster than pgvector at 90% recall. But speed is only the beginning – pgvecto.rs’ extensible architecture is designed to support new algorithms such as DiskANN. We also hope that with the help of […]
20x Speedup: Postgres Vector Similarity Plugin Implemented in Rust Read More »