Home / Companies / Weaviate / Blog / December 2025

December 2025 Summaries

4 posts from Weaviate

Filter
Month: Year:
Post Summaries Back to Blog
Weaviate v1.35 introduces several enhancements, including the Object Time-to-Live (TTL) feature for automated data lifecycle management, improved backup efficiency with zstd compression, and the general availability of flat index RQ quantization for faster querying. It also debuts the Java v6 client with a modern API for Java developers and multimodal embeddings for enhanced document retrieval applications. The update includes runtime configurable OIDC certificates for flexible security configurations and operational modes for optimized node management. These features aim to make Weaviate more efficient and scalable while facilitating easier data handling and retrieval.
Dec 29, 2025 2,764 words in the original blog post.
The text explores the concept of context engineering in the realm of large language models (LLMs), emphasizing the importance of context over merely enhancing model intelligence for achieving reliable production systems. It describes how context engineering involves meticulously managing the finite context window—where a model processes input data—to optimize the information it can access, thus improving decision-making and output quality. The text contrasts context engineering with prompt engineering, noting that while prompt engineering focuses on crafting effective prompts, context engineering ensures that the model has access to the right external data and tools at the right time. It introduces six pillars of context engineering: agents, query augmentation, retrieval, prompting, memory, and tools, each playing a critical role in ensuring the model functions effectively. The article also discusses challenges like context window limitations and issues such as context poisoning, distraction, and confusion, highlighting the need for a system that effectively manages and structures information to prevent these pitfalls. Additionally, the text illustrates practical applications of context engineering through examples, such as the Elysia framework, which integrates these principles to create intelligent, context-aware systems.
Dec 09, 2025 4,019 words in the original blog post.
Weaviate, an AI-native database company based in Amsterdam, has been recognized with the 2025 EMEA/Benelux AWS Regional Partner Award for its significant role in driving innovation and building solutions on AWS. As an AWS GenAI Competency partner, Weaviate has been acknowledged for its capabilities in delivering secure, scalable, and AI-driven solutions across various sectors such as Banking, Retail, and Healthcare. The company has formed a strategic collaboration with AWS, resulting in more than 20 documented joint customer wins, including notable clients like FactSet and Booking.com. Weaviate offers products like Serverless Cloud and Enterprise Cloud on the AWS Marketplace, facilitating the building and scaling of AI applications. Over the past year, Weaviate has introduced improvements enhancing the performance and observability of its database, while expanding its ecosystem with services like Weaviate Embeddings and Weaviate Agents. These developments, coupled with integration with Amazon SageMaker and Bedrock, enable the rapid creation of generative AI applications, ensuring data privacy and regulatory compliance. The AWS Partner Network supports partners like Weaviate in building successful AWS-based solutions, contributing to the company's growth and ability to meet customer needs.
Dec 03, 2025 546 words in the original blog post.
Weaviate has released the Java client v6, a comprehensive redesign aimed at simplifying developer interactions with the Weaviate platform, enhancing type safety, and utilizing modern Java features such as lambda expressions and generics. The new version addresses developer feedback by reducing boilerplate code with the Tucked Builder pattern, introducing a collection-centric API for better alignment with user workflows, and improving connection management through flexible instantiation methods. It also enhances type safety with optional ORM support and simplifies complex operations like filtering and multi-target searches. The release supports sophisticated vector operations, aggregation functions, and the integration of Retrieval-Augmented Generation (RAG) for generating AI-powered responses directly from search results. Feedback during the beta phase helped shape the release, and developers are encouraged to explore the new features through a quickstart tutorial or a demo application using Spring Boot, illustrating the Java client v6's capabilities in a service-oriented architecture.
Dec 02, 2025 3,208 words in the original blog post.