From cca2174e791fda531ebc11bea94d2de7a7172e3c Mon Sep 17 00:00:00 2001 From: weberm1 Date: Sat, 21 Jun 2025 18:11:41 +0200 Subject: [PATCH] Fix: fixed issue that not all docling options are showing --- .../workspace/common/RagConfigModal.svelte | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 @@