fix RetrievalQAChain typo

This commit is contained in:
chungyau97 2023-05-12 08:58:32 +07:00
parent b0e9387087
commit 740a6124a0
1 changed files with 1 additions and 1 deletions

View File

@ -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'