Home / Companies / Weaviate / Blog / March 2026

March 2026 Summaries

3 posts from Weaviate

Filter
Month: Year:
Post Summaries Back to Blog
The Weaviate Managed .NET Client offers a modern, Entity Framework Core-inspired approach for building applications with Weaviate, allowing developers to define data schemas directly in C# classes using attributes, and enabling seamless schema creation, migrations, and object mapping. This approach eliminates the need for separate configuration files and reduces runtime errors related to schema changes. It provides a robust environment for developing applications like semantic document search engines by using type-safe LINQ expressions for querying, automatic vector embeddings for semantic search, and support for multi-tenancy. The client also supports advanced features such as Retrieval-Augmented Generation for AI-powered summaries, projections for lightweight read models, and analytics for library-wide insights. Additionally, it offers flexibility with options for custom configurations when needed, and while it is currently in technical preview, it promises to integrate well with existing Microsoft.Extensions.VectorData ecosystems, maintaining .NET-native ergonomics and full access to Weaviate's capabilities.
Mar 31, 2026 2,485 words in the original blog post.
Enterprise security for Weaviate, a vector database, involves adapting to challenges such as regulatory compliance and integrating with existing identity infrastructures. MedVector Health, a fictional health-tech company, exemplifies this transition by enhancing their security from basic API key sharing to a sophisticated, enterprise-grade system. Key measures include integrating OpenID Connect (OIDC) for authentication, implementing Role-Based Access Control (RBAC) to ensure data access aligns with the principle of least privilege, and using OIDC Groups to streamline role management. To accommodate multiple clients, MedVector employs multi-tenant security to isolate data within shared collections. Comprehensive audit logging ensures compliance with regulations like HIPAA, capturing detailed records of data access events. Network security is reinforced through options like PrivateLink, and Weaviate offers different deployment tiers to cater to various security needs, from shared to dedicated infrastructures. MedVector's approach highlights the importance of integrating security enhancements progressively, ensuring compliance and data protection as their platform scales.
Mar 19, 2026 2,616 words in the original blog post.
Weaviate v1.36 introduces significant updates, including the new HFresh vector index type, which is designed to improve memory efficiency and write throughput for large datasets by storing vectors on disk rather than in memory. Several features have moved to general availability, such as server-side batching, which optimizes data flow without manual configuration, and Object Time-to-Live, which automates data expiration to support lifecycle management. Enhancements to asynchronous replication provide more control over data propagation, while the ability to drop inverted indices helps manage disk space efficiently. Backup restoration cancellation is now available, allowing users to abort ongoing restore operations to free resources. These updates collectively enhance Weaviate's indexing performance, data management capabilities, and operational reliability at scale, and the release is available both open-source and on Weaviate Cloud.
Mar 03, 2026 2,391 words in the original blog post.