langchain.js
    Preparing search index...

    Interface AnalyzeDocumentChainInput

    Interface for the input parameters required by the AnalyzeDocumentChain class.

    interface AnalyzeDocumentChainInput {
        callbackManager?: any;
        combineDocumentsChain: BaseChain;
        inputKey?: string;
        textSplitter?: any;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    callbackManager?: any

    Use callbacks instead

    combineDocumentsChain: BaseChain
    inputKey?: string
    textSplitter?: any