From cd554ebce52a896cf5d8a94c8ab17c6b35db68fa Mon Sep 17 00:00:00 2001 From: _00_ <131402327+rgaricano@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:19:06 +0200 Subject: [PATCH] UPD: Add Weight BM25 Hybrid Search string UPD: Add Weight BM25 Hybrid Search string to fit with tooltip of new slider in PR: https://github.com/open-webui/open-webui/pull/15705 "The Weight of BM25 Hybrid Search. 0 more lexical, 1 more semantic. Default 0.5" --- src/lib/i18n/locales/en-US/translation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 01669336f..6048b30c3 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -1276,6 +1276,7 @@ "The score should be a value between 0.0 (0%) and 1.0 (100%).": "", "The temperature of the model. Increasing the temperature will make the model answer more creatively.": "", "The width in pixels to compress images to. Leave empty for no compression.": "", + "The Weight of BM25 Hybrid Search. 0 more lexical, 1 more semantic. Default 0.5", "Theme": "", "Thinking...": "", "This action cannot be undone. Do you wish to continue?": "",