mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
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:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user