weaviate-client
    Preparing search index...

    Type Alias Text2MultiVecJinaAIConfig

    The configuration for text vectorization using the Jina AI multi-vector module.

    See the documentation for detailed usage.

    type Text2MultiVecJinaAIConfig = {
        dimensions?: number;
        model?: string;
    }
    Index

    Properties

    Properties

    dimensions?: number

    The dimensionality of the multi-vector.

    model?: string

    The model to use.