From cb10d83238e0fa4435eae0d3698392a54cbb81e2 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:18:05 +0200 Subject: [PATCH 1/2] Update buildChatflow.ts --- packages/server/src/utils/buildChatflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/utils/buildChatflow.ts b/packages/server/src/utils/buildChatflow.ts index 0ee001df20d..06320f1881b 100644 --- a/packages/server/src/utils/buildChatflow.ts +++ b/packages/server/src/utils/buildChatflow.ts @@ -57,7 +57,7 @@ import { } from '../utils' import { validateChatflowAPIKey } from './validateKey' import logger from './logger' -import { utilAddChatMessage } from './addChatMesage' +import { utilAddChatMessage } from './addChatMessage' import { buildAgentGraph } from './buildAgentGraph' import { getErrorMessage } from '../errors/utils' import { FLOWISE_METRIC_COUNTERS, FLOWISE_COUNTER_STATUS, IMetricsProvider } from '../Interface.Metrics' From 54b7be0fde43182c744e81e63c3e4a40de284a88 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:19:20 +0200 Subject: [PATCH 2/2] Update Prompt Chaining with VectorStore.json --- .../chatflows/Prompt Chaining with VectorStore.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/marketplaces/chatflows/Prompt Chaining with VectorStore.json b/packages/server/marketplaces/chatflows/Prompt Chaining with VectorStore.json index 881106fce5a..355cd54271a 100644 --- a/packages/server/marketplaces/chatflows/Prompt Chaining with VectorStore.json +++ b/packages/server/marketplaces/chatflows/Prompt Chaining with VectorStore.json @@ -167,7 +167,7 @@ "optional": true, "placeholder": "75", "step": 1, - "description": "Minumum score for embeddings documents to be included", + "description": "Minimum score for embeddings documents to be included", "id": "vectorStoreToDocument_0-input-minScore-number" } ],