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