mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
UPD: Add lexical-semantic reference above slider
Add lexical-semantic reference above slider
This commit is contained in:
@@ -1040,7 +1040,15 @@
|
||||
</Tooltip>
|
||||
|
||||
{#if (RAGConfig?.HYBRID_BM25_WEIGHT ?? null) !== null}
|
||||
<div class="flex mt-0.5 space-x-2">
|
||||
<div class="flex w-full justify-between">
|
||||
<div class=" text-left text-xs font-small">
|
||||
{$i18n.t('lexical')}
|
||||
</div>
|
||||
<div class=" text-right text-xs font-small" style="padding-right: 64px;">
|
||||
{$i18n.t('semantic')}
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex mt-0.5 space-x-2">
|
||||
<div class=" flex-1">
|
||||
<input
|
||||
id="steps-range"
|
||||
|
||||
Reference in New Issue
Block a user