mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
rename BM25_WEIGHT -> HYBRID_BM25_WEIGHT
This commit is contained in:
@@ -773,14 +773,14 @@
|
||||
|
||||
{#if RAGConfig.ENABLE_RAG_HYBRID_SEARCH === true}
|
||||
<div class="mb-2.5 flex w-full justify-between">
|
||||
<div class="self-center text-xs font-medium">{$i18n.t('BM25 Weight')}</div>
|
||||
<div class="self-center text-xs font-medium">{$i18n.t('Weight of BM25 Retrieval')}</div>
|
||||
<div class="flex items-center relative">
|
||||
<input
|
||||
class="flex-1 w-full text-sm bg-transparent outline-hidden"
|
||||
type="number"
|
||||
step="0.01"
|
||||
placeholder={$i18n.t('Enter BM25 Weight')}
|
||||
bind:value={RAGConfig.BM25_WEIGHT}
|
||||
bind:value={RAGConfig.HYBRID_BM25_WEIGHT}
|
||||
autocomplete="off"
|
||||
min="0.0"
|
||||
max="1.0"
|
||||
|
||||
Reference in New Issue
Block a user