weaviate-agents
    Preparing search index...

    Type Alias TextPropertyAggregation

    TextPropertyAggregation: PropertyAggregationBase & {
        metrics: TextMetrics;
        topOccurrencesLimit?: number;
    }

    Aggregate text properties using frequency analysis