langchain.js
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Implemented by

    Index

    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.