This commit is contained in:
Timothy J. Baek 2024-09-29 23:11:22 +02:00
parent 6afc686e17
commit f7aba20d79

View File

@ -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}