langchain.js
    Preparing search index...

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

    Use CohereEmbeddingsParams from @langchain/cohere instead.

    interface CohereEmbeddingsParams {
        batchSize?: number;
        modelName: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    batchSize?: number

    The maximum number of documents to embed in a single request. This is limited by the Cohere API to a maximum of 96.

    modelName: string