UPD: BM25 Hybrid Slider - Legend inline

BM25 Hybrid Slider - Legend (lexical - semantic) inline
This commit is contained in:
_00_ 2025-07-14 22:17:37 +02:00 committed by GitHub
parent 3345514efc
commit 5889e8238a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}