langchain.js
Preparing search index...
langchain
chains/graph_qa/cypher
GraphCypherQAChainInput
Interface GraphCypherQAChainInput
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
)
ChainInputs
GraphCypherQAChainInput
Index
Properties
callback
Manager?
cypher
Generation
Chain
graph
input
Key?
memory?
output
Key?
qa
Chain
return
Direct?
return
Intermediate
Steps?
top
K?
Properties
Optional
callback
Manager
callbackManager
?:
any
Deprecated
Use
callbacks
instead
cypher
Generation
Chain
cypherGenerationChain
:
LLMChain
graph
graph
:
any
Optional
input
Key
inputKey
?:
string
Optional
memory
memory
?:
any
Optional
output
Key
outputKey
?:
string
qa
Chain
qaChain
:
LLMChain
Optional
return
Direct
returnDirect
?:
boolean
Optional
return
Intermediate
Steps
returnIntermediateSteps
?:
boolean
Optional
top
K
topK
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
Manager
cypher
Generation
Chain
graph
input
Key
memory
output
Key
qa
Chain
return
Direct
return
Intermediate
Steps
top
K
langchain.js
Loading...
LangChain Messages