Weaviate 1.38 Release

· Source: Weaviate Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Software Development & Engineering · Depth: Intermediate, medium

Summary

Weaviate v1.38, released on June 25, 2026, is now available open-source and on Weaviate Cloud, featuring significant enhancements. The HFresh disk-based vector index and the built-in MCP Server have reached general availability. HFresh, inspired by SPFresh, uses on-disk postings and an in-memory HNSW index, providing predictable latency and low memory usage for streaming workloads, and includes RQ-1 quantization. The MCP Server, a Streamable HTTP endpoint at "/v1/mcp", allows LLMs and AI agents to interact directly with Weaviate for schema inspection, hybrid searches, and object upserts, with runtime-configurable write access. Async replication has been re-architected for cluster-wide operation from a single scheduler, running by default on all replicated collections. New preview features include the Boost API for query-time rescoring (gRPC-only, up to 20 conditions) and Nested Object Filtering, enabling filtering on nested object properties via dotted paths. The release also brings production-ready replica movement, a `text2vec-digitalocean` module, and various performance improvements.

Key takeaway

For MLOps Engineers managing large-scale vector databases, Weaviate v1.38 offers critical advancements. You should evaluate HFresh for memory-efficient handling of streaming data, especially for collections growing into billions of vectors. Consider enabling the MCP Server to streamline direct integration with LLMs and AI agents, enhancing automation. Utilize the new cluster-wide async replication for improved data consistency and simplified operations across your replicated collections. Explore the Boost API for fine-grained query-time result re-ranking.

Key insights

Weaviate v1.38 enhances vector search with disk-based indexing, direct AI agent interaction, and improved replication for scalable, flexible operations.

Principles

In practice

Topics

Code references

Best for: AI Architect, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Weaviate Blog.