weaviate-client
    Preparing search index...

    Type Alias Ref2VecCentroidConfig

    The configuration for reference-based vectorization using the centroid method.

    See the documentation for detailed usage.

    type Ref2VecCentroidConfig = {
        method: "mean" | string;
        referenceProperties: string[];
    }
    Index

    Properties

    method: "mean" | string

    The method used to calculate the centroid.

    referenceProperties: string[]

    The properties used as reference points for vectorization.