UPD: Add lexical-semantic reference above slider

Add lexical-semantic reference above slider
This commit is contained in:
_00_ 2025-07-14 21:20:11 +02:00 committed by GitHub
parent cd554ebce5
commit fd735590da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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