langchain.js
    Preparing search index...

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

    interface FireworksEmbeddingsParams {
        batchSize?: number;
        model: string;
        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 Fireworks AI API to a maximum of 8.

    model: string

    Model name to use.

    modelName: string

    Use model instead.