I’m trying to perform a hybrid search and retrieve results grouped by a specific property, while also including the relevance score for each result.
To do this, I used groupBy
and metadataQuery
in my Weaviate GraphQL query. While the grouping works as expected, the _score
is not returned in the metadata.
I’m wondering if this is a current limitation of the platform or if I might be doing something wrong in my query. Any insights or suggestions would be greatly appreciated!
Hybrid Search Query Code
Search Result (result.objects
) Output