mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
UPD: BM25 Hybrid Slider - Legend inline
BM25 Hybrid Slider - Legend (lexical - semantic) inline
This commit is contained in:
parent
3345514efc
commit
5889e8238a
1 changed files with 7 additions and 1 deletions
|
|
@ -1049,7 +1049,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="flex mt-0.5 space-x-2">
|
||||
<div class=" flex-1">
|
||||
<div class=" text-left text-xs font-small">
|
||||
{$i18n.t('lexical')}
|
||||
</div>
|
||||
<div class=" flex-1">
|
||||
<input
|
||||
id="steps-range"
|
||||
type="range"
|
||||
|
|
@ -1060,6 +1063,9 @@
|
|||
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
|
||||
/>
|
||||
</div>
|
||||
<div class=" text-right text-xs font-small">
|
||||
{$i18n.t('semantic')}
|
||||
</div>
|
||||
<div>
|
||||
<input
|
||||
bind:value={RAGConfig.HYBRID_BM25_WEIGHT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue