Home / Companies / Weaviate / Blog / August 2026

August 2026 Summaries

2 posts from Weaviate

Filter
Month: Year:
Post Summaries Back to Blog
Weaviate v1.39, available as open source and on Weaviate Cloud, makes the Boost API and Maximal Marginal Relevance (MMR) diversity selection generally available, enabling query-time result rescoring without filtering items out and more varied result pages across hybrid and vector searches. The release also previews 4-bit Rotational Quantization for HNSW indexes, reducing storage requirements for vectors, and introduces an experimental HTTP/JSON Search REST API with near-text, BM25, hybrid, near-object, and aggregate endpoints that must be enabled explicitly. gRPC-Web, introduced in the v1.38 series, enables browser access to Weaviate’s gRPC API over standard HTTP and is enabled by default. HNSW snapshots are now automatic, reducing commit-log disk use and making startup performance more consistent while retiring several snapshot configuration options. Additional changes include faster keyword and hybrid search, a cross-property keyword AND operator, replication, backup, memory, replica-movement, metrics, and batch-delete improvements, along with contributions from five first-time community contributors.
Aug 27, 2026 3,639 words in the original blog post.
Creative teams often struggle to retrieve past work as projects expand because folder structures reflect shifting local workflows rather than asset usefulness, tagging becomes inconsistent under production deadlines, and keyword search fails when users’ descriptions do not match file names or stored terminology. These weaknesses compound through staff changes, vendor contributions, growing archives, and uneven conventions, making institutional knowledge dependent on experienced individuals who remember where materials reside. The post argues that retrieval should accommodate imperfect organization by combining semantic search for intent, keyword matching for exact language, and metadata filtering for requirements such as project, rights, dates, formats, or asset types. It proposes a two-stage approach in which assets are ingested with embeddings and available metadata, then retrieved through hybrid ranking and constraints, using Weaviate as an example vector database platform. The next installment will focus on scanning a creative archive into a structured manifest for enrichment, embeddings, and later search.
Aug 13, 2026 1,042 words in the original blog post.