@@ -815,8 +830,12 @@
description={RAGConfig.BYPASS_EMBEDDING_AND_RETRIEVAL
? $i18n.t('Inject the entire content as context for comprehensive processing.')
: $i18n.t('Use segmented retrieval for focused and relevant context.')}
+ let:labelId
>
-
{#if !RAGConfig.BYPASS_EMBEDDING_AND_RETRIEVAL}
@@ -853,8 +872,12 @@
description={$i18n.t(
'Split documents by markdown headers before character or token splitting.'
)}
+ let:labelId
>
-
@@ -1094,8 +1117,9 @@
-
+
-
+
{#if !RAGConfig.RAG_FULL_CONTEXT}
-
+
{#if RAGConfig.ENABLE_RAG_HYBRID_SEARCH === true}
@@ -1140,8 +1166,12 @@
description={$i18n.t(
'Add filenames, titles, sections, and snippets to improve lexical recall.'
)}
+ let:labelId
>
-
+
-
+
-
+
diff --git a/src/lib/components/admin/Settings/Evaluations.svelte b/src/lib/components/admin/Settings/Evaluations.svelte
index 4de6a49248..0928a920ba 100644
--- a/src/lib/components/admin/Settings/Evaluations.svelte
+++ b/src/lib/components/admin/Settings/Evaluations.svelte
@@ -112,9 +112,13 @@
-
+
diff --git a/src/lib/components/admin/Settings/General.svelte b/src/lib/components/admin/Settings/General.svelte
index 8c6df514bb..e33af2f542 100644
--- a/src/lib/components/admin/Settings/General.svelte
+++ b/src/lib/components/admin/Settings/General.svelte
@@ -216,20 +216,23 @@
-
+
-
+
-
+
{#if adminConfig.ENABLE_FOLDERS}
@@ -250,53 +253,64 @@
-
+
{#if adminConfig.ENABLE_MEMORIES}
-
+
{/if}
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -369,8 +370,12 @@
-
+
{/if}
@@ -708,8 +713,9 @@
-
+
-
+
{#if chatConfig.ENABLE_CONTEXT_COMPACTION}
@@ -319,8 +320,9 @@
-
+
{#if taskConfig.ENABLE_TITLE_GENERATION}
@@ -341,8 +343,9 @@
-
+
{#if taskConfig.ENABLE_VOICE_MODE_PROMPT}
@@ -363,8 +366,9 @@
-
+
{#if taskConfig.ENABLE_FOLLOW_UP_GENERATION}
@@ -385,8 +389,9 @@
-
+
{#if taskConfig.ENABLE_TAGS_GENERATION}
@@ -407,15 +412,23 @@
-
+
-
+
-
+
{#if taskConfig.ENABLE_AUTOCOMPLETE_GENERATION}
diff --git a/src/lib/components/admin/Settings/Pipelines.svelte b/src/lib/components/admin/Settings/Pipelines.svelte
index 0c62f30523..025ab35671 100644
--- a/src/lib/components/admin/Settings/Pipelines.svelte
+++ b/src/lib/components/admin/Settings/Pipelines.svelte
@@ -422,8 +422,9 @@
-
+
{:else}
-
+
-
+
{#if webConfig.ENABLE_WEB_SEARCH_CONFIRMATION}
@@ -1111,15 +1116,20 @@
description={webConfig.BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL
? $i18n.t('Inject the entire content as context for comprehensive processing.')
: $i18n.t('Use segmented retrieval for focused and relevant content extraction.')}
+ let:labelId
>
-
+
-
+
-
+
@@ -1163,8 +1174,12 @@
-
+
{:else if webConfig.WEB_LOADER_ENGINE === 'playwright'}