v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
langchain
chains/graph_qa/cypher
GraphCypherQAChainInput
Interface GraphCypherQAChainInput
interface
GraphCypherQAChainInput
{
callbackManager
?:
CallbackManager
;
callbacks
?:
Callbacks
;
cypherGenerationChain
:
LLMChain
<
string
,
LLMType
>
;
graph
:
any
;
inputKey
?:
string
;
memory
?:
BaseMemory
;
metadata
?:
Record
<
string
,
unknown
>
;
outputKey
?:
string
;
qaChain
:
LLMChain
<
string
,
LLMType
>
;
returnDirect
?:
boolean
;
returnIntermediateSteps
?:
boolean
;
tags
?:
string
[]
;
topK
?:
number
;
verbose
?:
boolean
;
}
Hierarchy (
view full
)
ChainInputs
GraphCypherQAChainInput
Index
Properties
callback
Manager?
callbacks?
cypher
Generation
Chain
graph
input
Key?
memory?
metadata?
output
Key?
qa
Chain
return
Direct?
return
Intermediate
Steps?
tags?
topK?
verbose?
Properties
Optional
callback
Manager
callback
Manager
?:
CallbackManager
Deprecated
Use
callbacks
instead
Optional
callbacks
callbacks
?:
Callbacks
cypher
Generation
Chain
cypher
Generation
Chain
:
LLMChain
<
string
,
LLMType
>
graph
graph
:
any
Optional
input
Key
input
Key
?:
string
Optional
memory
memory
?:
BaseMemory
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
output
Key
output
Key
?:
string
qa
Chain
qa
Chain
:
LLMChain
<
string
,
LLMType
>
Optional
return
Direct
return
Direct
?:
boolean
Optional
return
Intermediate
Steps
return
Intermediate
Steps
?:
boolean
Optional
tags
tags
?:
string
[]
Optional
topK
topK
?:
number
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
Manager
callbacks
cypher
Generation
Chain
graph
input
Key
memory
metadata
output
Key
qa
Chain
return
Direct
return
Intermediate
Steps
tags
topK
verbose
LangChain.js
Loading...
Deprecated
Use
callbacks
instead