Type alias Text2VecMistralConfig

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

The configuration for text vectorization using the Mistral module.

See the documentation for detailed usage.

Type declaration

  • Optional baseURL?: string

    The base URL to use where API requests should go.

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

    The model to use.

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.