Type alias Text2VecMistralConfig

Text2VecMistralConfig: {
    model?: "mistral-embed" | string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the Mistral module.

See the documentation for detailed usage.

Type declaration

  • Optional model?: "mistral-embed" | string

    The model to use.

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.