mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-18 07:15:20 +00:00
fix/refac: docling
This commit is contained in:
parent
2a8b0b2581
commit
acac6d5973
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="">
|
||||||
<Textarea
|
<Textarea
|
||||||
bind:value={RAGConfig.DOCLING_PARAMETERS}
|
bind:value={RAGConfig.DOCLING_PARAMS}
|
||||||
placeholder={$i18n.t('Enter additional parameters in JSON format')}
|
placeholder={$i18n.t('Enter additional parameters in JSON format')}
|
||||||
minSize={100}
|
minSize={100}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue