docs: fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts (#5446)
Fix typos in packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts
This commit is contained in:
parent
b9a020dc70
commit
0dc14b5cd3
|
|
@ -39,7 +39,7 @@ class SubQuestionQueryEngine_LlamaIndex implements INode {
|
||||||
this.icon = 'subQueryEngine.svg'
|
this.icon = 'subQueryEngine.svg'
|
||||||
this.category = 'Engine'
|
this.category = 'Engine'
|
||||||
this.description =
|
this.description =
|
||||||
'Breaks complex query into sub questions for each relevant data source, then gather all the intermediate reponses and synthesizes a final response'
|
'Breaks complex query into sub questions for each relevant data source, then gather all the intermediate responses and synthesizes a final response'
|
||||||
this.baseClasses = [this.type, 'BaseQueryEngine']
|
this.baseClasses = [this.type, 'BaseQueryEngine']
|
||||||
this.tags = ['LlamaIndex']
|
this.tags = ['LlamaIndex']
|
||||||
this.inputs = [
|
this.inputs = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue