mirror of
https://github.com/open-webui/open-webui
synced 2025-05-23 22:34:31 +00:00
refac
This commit is contained in:
parent
6afc686e17
commit
f7aba20d79
@ -78,14 +78,14 @@
|
|||||||
<div>
|
<div>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={enableFullContent
|
content={enableFullContent
|
||||||
? 'Inject the entire document as context for comprehensive processing.'
|
? '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.'}
|
: '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">
|
<div class="flex items-center gap-1.5 text-xs">
|
||||||
{#if enableFullContent}
|
{#if enableFullContent}
|
||||||
Use Entire Document
|
Using Entire Document
|
||||||
{:else}
|
{:else}
|
||||||
Use Focused Retrieval
|
Using Focused Retrieval
|
||||||
{/if}
|
{/if}
|
||||||
<Switch
|
<Switch
|
||||||
bind:state={enableFullContent}
|
bind:state={enableFullContent}
|
||||||
|
Loading…
Reference in New Issue
Block a user