mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-12 22:09:06 +02:00
refac
This commit is contained in:
parent
6afc686e17
commit
f7aba20d79
@ -78,14 +78,14 @@
|
||||
<div>
|
||||
<Tooltip
|
||||
content={enableFullContent
|
||||
? 'Inject the entire document as context for comprehensive processing.'
|
||||
: 'Default to segmented retrieval for focused and relevant content extraction.'}
|
||||
? 'Inject the entire document as context for comprehensive processing, this is recommended for complex queries.'
|
||||
: 'Default to segmented retrieval for focused and relevant content extraction, this is recommended for most cases.'}
|
||||
>
|
||||
<div class="flex items-center gap-1.5 text-xs">
|
||||
{#if enableFullContent}
|
||||
Use Entire Document
|
||||
Using Entire Document
|
||||
{:else}
|
||||
Use Focused Retrieval
|
||||
Using Focused Retrieval
|
||||
{/if}
|
||||
<Switch
|
||||
bind:state={enableFullContent}
|
||||
|
Loading…
x
Reference in New Issue
Block a user