Interface GraphCypherQAChainInput

Hierarchy

Properties

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

Deprecated

Use callbacks instead

inputKey?: string
memory?: BaseMemory
outputKey?: string
returnDirect?: boolean
returnIntermediateSteps?: boolean
topK?: number

Generated using TypeDoc