Skip to content

6.0.0-M2 - Generative Search, RBAC, Multi-Target Queries, Vectorizer Modules, Backups

Pre-release
Pre-release

Choose a tag to compare

@bevzzz bevzzz released this 07 Nov 13:31
· 935 commits to main since this release
50b2068

With this release we consider the client to be generally feature-complete and ready for productive usage.
Compared to v5, this client only lacks the Batch API, which will be added as soon as Server-Side Dynamic Batching obtains the GA status.

In this iteration we've added support for a whole host of new features:

  1. All vectorizer, generative, and reranker modules available in Weaviate as of v1.33 are available in client6 (except for the deprecated ones)
  2. Generative search and Dynamic RAG
  3. Support for multiple query targets in query, aggregate, and generate namespaces
  4. Backups, Replication, and Cluster+Nodes APIs
  5. Nested objects, PhoneNumber, and GeoCoordinates data types
  6. Filtered pagination!
  7. Many smaller improvements to align with other client libraries

Got no plans this weekend? Update your pom.xml / build.gradle to use 6.0.0-M2 and have a go at the new APIs!

Soundtrack 🎧

Megadeth - Mission To Mars

What's Changed

New Contributors

  • @Dabz made their first contribution in #483

Full Changelog: 6.0.0-M1...6.0.0-M2