Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support groupby operations in bm25 and hybrid queries #125

Closed
tsmith023 opened this issue Apr 25, 2024 · 0 comments · Fixed by #139
Closed

Support groupby operations in bm25 and hybrid queries #125

tsmith023 opened this issue Apr 25, 2024 · 0 comments · Fixed by #139

Comments

@tsmith023
Copy link
Contributor

tsmith023 commented Apr 25, 2024

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 v2 GraphQLGetter builder method 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants