fix RetrievalQAChain typo
This commit is contained in:
parent
b0e9387087
commit
740a6124a0
|
|
@ -15,7 +15,7 @@ class RetrievalQAChain_Chains implements INode {
|
|||
inputs: INodeParams[]
|
||||
|
||||
constructor() {
|
||||
this.label = 'RetrievalQA Chain'
|
||||
this.label = 'Retrieval QA Chain'
|
||||
this.name = 'retrievalQAChain'
|
||||
this.type = 'RetrievalQAChain'
|
||||
this.icon = 'chain.svg'
|
||||
|
|
|
|||
Loading…
Reference in New Issue