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" } ], 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'