FIX Error in Hybrid Search lexical-semantic terms places I was reviewing and I noticed that the lexical-semantic terms are inverted. BM25 weight=1 --> lexical BM25 weight=0 --> semantic
@@ -1104,10 +1104,10 @@
<div class="py-0.5">
<div class="flex w-full justify-between">
<div class=" text-left text-xs font-small">
- {$i18n.t('lexical')}
+ {$i18n.t('semantic')}
</div>
<div class=" text-right text-xs font-small">
- {$i18n.t('semantic')}
+ {$i18n.t('lexical')}