Interface that extends EmbeddingsParams and defines additional parameters specific to the GooglePaLMEmbeddings class.

interface GooglePaLMEmbeddingsParams {
    apiKey?: string;
    modelName?: string;
}

Hierarchy (view full)

Implemented by

Properties

Properties

apiKey?: string

Google Palm API key to use

modelName?: string

Model Name to use

Note: The format must follow the pattern - models/{model}

Generated using TypeDoc