Type alias Text2MultiVecJinaAIConfig

Text2MultiVecJinaAIConfig: {
    dimensions?: number;
    model?: string;
}

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

See the documentation for detailed usage.

Type declaration

  • Optional dimensions?: number

    The dimensionality of the multi-vector.

  • Optional model?: string

    The model to use.