mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +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,6 +1040,14 @@
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
{#if (RAGConfig?.HYBRID_BM25_WEIGHT ?? null) !== null}
|
{#if (RAGConfig?.HYBRID_BM25_WEIGHT ?? null) !== null}
|
||||||
|
<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 mt-0.5 space-x-2">
|
||||||
<div class=" flex-1">
|
<div class=" flex-1">
|
||||||
<input
|
<input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue