FIX: Inconsistency in the description of BM25 - Update Documents.svelte

FIX: Inconsistency in the description of BM25

Fix issue: https://github.com/open-webui/open-webui/discussions/17553
This commit is contained in:
_00_
2025-09-18 13:18:07 +02:00
committed by GitHub
parent 8920bf2377
commit da7610f6cb

View File

@@ -1143,7 +1143,7 @@
<div class=" mb-2.5 py-0.5 w-full justify-between">
<Tooltip
content={$i18n.t(
'The Weight of BM25 Hybrid Search. 0 more lexical, 1 more semantic. Default 0.5'
'The Weight of BM25 Hybrid Search. 0 more semantic, 1 more lexical. Default 0.5'
)}
placement="top-start"
className="inline-tooltip"