We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a020d commit 0dc14b5Copy full SHA for 0dc14b5
packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts
@@ -39,7 +39,7 @@ class SubQuestionQueryEngine_LlamaIndex implements INode {
39
this.icon = 'subQueryEngine.svg'
40
this.category = 'Engine'
41
this.description =
42
- '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'
43
this.baseClasses = [this.type, 'BaseQueryEngine']
44
this.tags = ['LlamaIndex']
45
this.inputs = [
0 commit comments