Weaviate’s Post

Weaviate 1.36 is here! 🔥 HNSW is the gold standard for vector search, but it needs everything in memory. As datasets grow, that gets expensive. HFresh takes a different approach: partition vectors into disk postings, keep only a small centroid index in memory, and search by reading just the relevant slices from disk. The result: significantly lower memory usage with predictable latency, even at billions of vectors. No periodic rebuilds — the index stays fresh through incremental background rebalancing. Also in this release, five features are becoming generally available: - Server-side Batching — the server controls ingestion flow, no more manual batch tuning - Object TTL — automatic expiration with flexible strategies (creation time, update time, or date property) - Async Replication — now with per-collection configuration - Drop Inverted Indices — reclaim disk space by removing unused indices - Backup Restoration Cancellation — cancel in-progress restores Full details in the blog post: https://lnkd.in/ej3mQbSC

  • graphical user interface, diagram
Bob van Luijt

Weaviate24K followers

4w

Nice! This is a big one!

To view or add a comment, sign in

Explore content categories