Interface for GradientEmbeddings parameters. Extends EmbeddingsParams and defines additional parameters specific to the GradientEmbeddings class.

interface GradientEmbeddingsParams {
    gradientAccessKey?: string;
    workspaceId?: string;
}

Hierarchy (view full)

Implemented by

Properties

gradientAccessKey?: string

Gradient AI Access Token. Provide Access Token if you do not wish to automatically pull from env.

workspaceId?: string

Gradient Workspace Id. Provide workspace id if you do not wish to automatically pull from env.

Generated using TypeDoc