You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The capability of grouping the results of a bm25 or hybrid search by a property will be coming in 1.25 through weaviate/weaviate#4477
The GetBuilder struct should therefore be refactored to allow calling WithGroupBy alongside WithBm25 and WithHybrid
If this is already permitted by the client in that the query will be sent regardless of whether the server can support the feature, then no changes need to be made as the client will simply work with the new Weaviate version and this issue can be closed
The text was updated successfully, but these errors were encountered:
The capability of grouping the results of a bm25 or hybrid search by a property will be coming in
1.25
through weaviate/weaviate#4477The
GetBuilder
struct should therefore be refactored to allow callingWithGroupBy
alongsideWithBm25
andWithHybrid
If this is already permitted by the client in that the query will be sent regardless of whether the server can support the feature, then no changes need to be made as the client will simply work with the new Weaviate version and this issue can be closed
The text was updated successfully, but these errors were encountered: