Welcome to the first edition of the Weaviate Agents Newsletter! In this update about the Query Agent, you’ll find highlights of our newest features, the timeline for general availability, and a quick look at what’s coming next.
New Features — Query Agent
🚿 Streaming Mode
Stay informed while the Query Agent thinks. Streaming mode provides real-time updates as the Agent plans its reasoning steps and streams the final answer token by token, and is perfect for interactive or time-sensitive apps. Learn more in docs.
👬 Multi-Tenancy Support
The Query Agent now supports multi-tenant collections, respecting tenant data isolation. Define tenant scope at initialization or dynamically at runtime. Learn more in docs.
🎯 Target Vector Support
Have collections with multiple named vectors? The Query Agent now supports concurrent searches across them, ideal for multimodal data or advanced fine-tuning. Learn more.
📆 Date Filtering & Awareness
For Date type properties in your collections, the Query Agent can now construct range filters to ensure that results fall within specified time windows.
💻 TypeScript Client
We’ve added full TypeScript support! Install via NPM and get feature parity with the Python client:
npm install weaviate-agents@latest
⏲️ Async Python Client Support
Using the async Weaviate Python client? The Query Agent now has first-class support for async workflows.
Query Agent General Availability — August 1
- Every organization receives 250 free requests per month.
- A $30/month subscription per organization unlocks:
- 1,000 monthly requests
- Unlimited usage beyond that with pay-as-you-go pricing
Under the Hood — Query Agent
- Reliability and performance improvements.
- Smarter fallback when filters are too constrained.
- Language adherence of final response to the original query.
In the Lab — Query Agent
- Search only mode: return raw Weaviate results without natural language output.
- Manual filters: pass explicit filters in code.
Have a question or feature request? Add it to our Featurebase.
See you next month,
Charles Pierse
Director of Innovation Labs