(no title)
pashkinelfe | 2 years ago
- HNSW preserves index quality even after massive table updates and doesn't need to be rebuilt
- HNSW search is several times faster than IVF for high accuracy. For lower accuracy likely even more.
- Pgvector/HNSW became faster than qdrant
- IVFflat build time decreased two-times in 0.5.0
- HNSW index could be built incrementally, you don't need to add all embeddings before index build
No comments yet.