mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
UPD: Add lexical-semantic reference above slider
Add lexical-semantic reference above slider
This commit is contained in:
parent
cd554ebce5
commit
fd735590da
1 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue