From b833fd8f7d6e0b1d3cca887c60a1f181599bf170 Mon Sep 17 00:00:00 2001 From: xyh136138 <47551219+xyh136138@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:39:45 +0800 Subject: [PATCH] bug-fix:https://ts.llamaindex.ai/modules/low_level/response_synthesizer The webpage has expired. (#2974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug-fix:https://ts.llamaindex.ai/modules/low_level/response_synthesizer The webpage is no longer valid and has been moved to https://ts.llamaindex.ai/modules/response_synthesizer Co-authored-by: =熊宇豪 --- packages/components/nodes/engine/QueryEngine/QueryEngine.ts | 2 +- .../engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts | 2 +- packages/server/marketplaces/chatflows/Query Engine.json | 2 +- .../marketplaces/chatflows/SubQuestion Query Engine.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/components/nodes/engine/QueryEngine/QueryEngine.ts b/packages/components/nodes/engine/QueryEngine/QueryEngine.ts index 1b580f9be6e..7d8d4fe4cad 100644 --- a/packages/components/nodes/engine/QueryEngine/QueryEngine.ts +++ b/packages/components/nodes/engine/QueryEngine/QueryEngine.ts @@ -46,7 +46,7 @@ class QueryEngine_LlamaIndex implements INode { name: 'responseSynthesizer', type: 'ResponseSynthesizer', description: - 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', + 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', optional: true }, { diff --git a/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts b/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts index 11239a4d39c..eb6f85dccb4 100644 --- a/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts +++ b/packages/components/nodes/engine/SubQuestionQueryEngine/SubQuestionQueryEngine.ts @@ -63,7 +63,7 @@ class SubQuestionQueryEngine_LlamaIndex implements INode { name: 'responseSynthesizer', type: 'ResponseSynthesizer', description: - 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', + 'ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more', optional: true }, { diff --git a/packages/server/marketplaces/chatflows/Query Engine.json b/packages/server/marketplaces/chatflows/Query Engine.json index 327cd65243b..66e8b85eedb 100644 --- a/packages/server/marketplaces/chatflows/Query Engine.json +++ b/packages/server/marketplaces/chatflows/Query Engine.json @@ -42,7 +42,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "queryEngine_0-input-responseSynthesizer-ResponseSynthesizer" } diff --git a/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json b/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json index 2a890b6e9d7..77e0f320ec7 100644 --- a/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json +++ b/packages/server/marketplaces/chatflows/SubQuestion Query Engine.json @@ -706,7 +706,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "queryEngine_0-input-responseSynthesizer-ResponseSynthesizer" } @@ -908,7 +908,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "queryEngine_1-input-responseSynthesizer-ResponseSynthesizer" } @@ -989,7 +989,7 @@ "label": "Response Synthesizer", "name": "responseSynthesizer", "type": "ResponseSynthesizer", - "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", + "description": "ResponseSynthesizer is responsible for sending the query, nodes, and prompt templates to the LLM to generate a response. See more", "optional": true, "id": "subQuestionQueryEngine_0-input-responseSynthesizer-ResponseSynthesizer" }