weaviate-client
    Preparing search index...

    Type Alias AggregateGroupByNearOptions<T, P, V>

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

    Type Parameters

    • T
    • P
    • V