diff --git a/src/lib/components/workspace/common/RagConfigModal.svelte b/src/lib/components/workspace/common/RagConfigModal.svelte index a1549ff62..b75496e3f 100644 --- a/src/lib/components/workspace/common/RagConfigModal.svelte +++ b/src/lib/components/workspace/common/RagConfigModal.svelte @@ -507,24 +507,24 @@ /> - {:else if RAGConfig.CONTENT_EXTRACTION_ENGINE === 'docling'} + {:else if localRAGConfig.CONTENT_EXTRACTION_ENGINE === 'docling'}
@@ -534,11 +534,11 @@ {$i18n.t('Describe Pictures in Documents')}
- +
- {#if RAGConfig.DOCLING_DO_PICTURE_DESCRIPTION} + {#if localRAGConfig.DOCLING_DO_PICTURE_DESCRIPTION}
@@ -548,7 +548,7 @@