Interface GraphCypherQAChainInput

Hierarchy

Properties

cypherGenerationChain: LLMChain<string, LLMType>
graph: Neo4jGraph
qaChain: LLMChain<string, LLMType>
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

callbacks?: Callbacks
inputKey?: string
memory?: BaseMemory
metadata?: Record<string, unknown>
outputKey?: string
returnDirect?: boolean
returnIntermediateSteps?: boolean
tags?: string[]
topK?: number
verbose?: boolean

Generated using TypeDoc