Weaviate 1.37 Release

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

Summary

Weaviate "v1.37", released on April 23, 2026, introduces significant enhancements for AI agent integration, text analysis, and large-scale data management. Key preview features include a built-in Model Context Protocol (MCP) server, enabling LLMs and IDEs like Claude Code and Cursor to natively interact with the database for agentic workflows. Extensible Tokenizers offer accent folding and custom stopword presets, alongside a new tokenize endpoint for transparency. Diversity Search (MMR) provides query-time reranking to reduce redundant vector search results, while Query Profiling offers per-shard timing breakdowns for performance diagnostics. Additionally, the release brings Incremental Backups for efficient management of massive collections, Gemini audio support to the "multi2vec-google" module for multimodal embeddings, and a BlobHash property type that stores only a SHA-256 hash of media content, reducing storage overhead. Numerous performance improvements and bug fixes are also included.

Key takeaway

For AI Engineers building agentic workflows, Weaviate "v1.37" significantly streamlines database interaction. You should enable the new MCP Server to allow LLMs and IDEs to natively inspect schemas, run hybrid searches, and write data, transforming Weaviate into active long-term memory. Additionally, consider implementing incremental backups for massive collections and MMR diversity search to improve result quality, ensuring your agent systems are both efficient and effective.

Key insights

Weaviate "v1.37" transforms the vector database into an active AI agent memory and enhances core search, backup, and multimodal capabilities.

Principles

Method

Enable the MCP server with "MCP_SERVER_ENABLED: 'true'" to expose database tools to AI agents. Create incremental backups by chaining "client.backup.create" calls with "incremental_base_backup_id".

In practice

Topics

Best for: AI Architect, NLP Engineer, Computer Vision Engineer, 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.