fix RetrievalQAChain typo

This commit is contained in:
chungyau97
2023-05-12 08:58:32 +07:00
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'