Browse Source

Typo in Knowledge settings (#4958)

Mark Sun 10 months ago
parent
commit
64c8093c1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/i18n/en-US/dataset.ts

+ 1 - 1
web/i18n/en-US/dataset.ts

@@ -32,7 +32,7 @@ const translation = {
     },
     },
     hybrid_search: {
     hybrid_search: {
       title: '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',
       recommend: 'Recommend',
     },
     },
     invertedIndex: {
     invertedIndex: {