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