langchain.js
    Preparing search index...

    Type Alias RunnableBatchOptions

    type RunnableBatchOptions = {
        maxConcurrency?: number;
        returnExceptions?: boolean;
    }
    Index

    Properties

    maxConcurrency?: number

    Pass in via the standard runnable config object instead

    returnExceptions?: boolean