mirror of
https://github.com/open-webui/open-webui
synced 2025-04-06 21:54:55 +00:00
refac: hide hybrid option with full context mode
This commit is contained in:
parent
acd5b07fb4
commit
0413c747a9
@ -661,6 +661,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{#if !RAG_FULL_CONTEXT}
|
||||
<div class=" mb-2.5 flex w-full justify-between">
|
||||
<div class=" self-center text-xs font-medium">{$i18n.t('Hybrid Search')}</div>
|
||||
<div class="flex items-center relative">
|
||||
@ -745,6 +746,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
|
Loading…
Reference in New Issue
Block a user