Interface EmbeddingsGoogleVertexNodeParameters

Source
interface EmbeddingsGoogleVertexNodeParameters {
    modelName?: string;
    projectId?: { mode: "id" | "list"; value: string };
}

Properties§

Source§

readonly modelName?: string

The model which will generate the embeddings. Learn more. Default: "text-embedding-005"

Source§

readonly projectId?: { mode: "id" | "list"; value: string }

Select or enter your Google Cloud project ID Default: {"mode":"list","value":""}