weaviate-client
    Preparing search index...

    Type Alias Text2VecGoogleConfig

    The configuration for text vectorization using the Google module.

    See the documentation for detailed usage.

    type Text2VecGoogleConfig = {
        apiEndpoint?: string;
        dimensions?: number;
        model?: string;
        modelId?: string;
        projectId?: string;
        titleProperty?: string;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    apiEndpoint?: string

    The API endpoint to use without a leading scheme such as http://.

    dimensions?: number

    The dimensionality of the vector once embedded.

    model?: string

    The model ID to use.

    modelId?: string

    The model ID to use.

    Use model instead.

    projectId?: string

    The project ID to use.

    titleProperty?: string

    The Weaviate property name for the gecko-002 or gecko-003 model to use as the title.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.