weaviate-client
    Preparing search index...

    Type Alias Multi2VecField

    The field configuration for multi-media vectorization.

    type Multi2VecField = {
        name: string;
        weight?: number;
    }
    Index

    Properties

    Properties

    name: string

    The name of the field to be used when performing multi-media vectorization.

    weight?: number

    The weight of the field when performing multi-media vectorization.