weaviate-client
    Preparing search index...

    Type Alias GroupByHybridOptions<T, V, I>

    GroupByHybridOptions: BaseHybridOptions<T, V, I> & {
        groupBy: GroupByOptions<T>;
    }

    Options available in the query.hybrid method when specifying the groupBy parameter.

    Type Parameters

    • T
    • V
    • I

    Type Declaration