Hierarchy

Properties

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

⚠️ Deprecated ⚠️

Use callbacks instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

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