langchain.js
    Preparing search index...

    LangChain Messages

    interface GraphCypherQAChainInput {
        callbackManager?: any;
        cypherGenerationChain: LLMChain;
        graph: any;
        inputKey?: string;
        memory?: any;
        outputKey?: string;
        qaChain: LLMChain;
        returnDirect?: boolean;
        returnIntermediateSteps?: boolean;
        topK?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    callbackManager?: any

    Use callbacks instead

    cypherGenerationChain: LLMChain
    graph: any
    inputKey?: string
    memory?: any
    outputKey?: string
    qaChain: LLMChain
    returnDirect?: boolean
    returnIntermediateSteps?: boolean
    topK?: number