weaviate-client
    Preparing search index...

    Type Alias AggregateGroupByNearOptions<T, M, V>

    AggregateGroupByNearOptions: AggregateNearOptions<M, V> & {
        groupBy: PropertyOf<T> | GroupByAggregate<T>;
    }

    Type Parameters

    • T
    • M
    • V