From 64c8093c1ed5908cc0697b3c17b37f172323a9da Mon Sep 17 00:00:00 2001 From: Mark Sun <50621638+WeepsDanky@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:31:24 +0800 Subject: [PATCH] Typo in Knowledge settings (#4958) --- web/i18n/en-US/dataset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en-US/dataset.ts b/web/i18n/en-US/dataset.ts index 278547651b..dee495fbd4 100644 --- a/web/i18n/en-US/dataset.ts +++ b/web/i18n/en-US/dataset.ts @@ -32,7 +32,7 @@ const translation = { }, hybrid_search: { title: 'Hybrid Search', - description: 'Execute full-text search and vector searches simultaneously, re-rank to select the best match for the user\'s query. Configuration of the Rerank model APIis necessary.', + description: 'Execute full-text search and vector searches simultaneously, re-rank to select the best match for the user\'s query. Configuration of the Rerank model APIs necessary.', recommend: 'Recommend', }, invertedIndex: {