weaviate-client
    Preparing search index...

    Type Alias Text2VecMistralConfig

    The configuration for text vectorization using the Mistral module.

    See the documentation for detailed usage.

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

    Properties

    baseURL?: string

    The base URL to use where API requests should go.

    model?: "mistral-embed" | string

    The model to use.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.