{ submitHandler(); saveHandler(); }} >
{$i18n.t('General Settings')}
{$i18n.t('Embedding Model Engine')}
{#if embeddingEngine === 'openai'}
{/if}
{$i18n.t('Update Embedding Model')}
{#if embeddingEngine === 'ollama'}
{:else}
{/if}
{$i18n.t( 'Warning: If you update or change your embedding model, you will need to re-import all documents.' )}

{$i18n.t('Update Reranking Model')}
{$i18n.t( 'Note: If you choose a reranking model, it will use that to score and rerank instead of the embedding model.' )}

{$i18n.t('Scan for documents from {{path}}', { path: '/data/docs' })}

{$i18n.t('Chunk Params')}
{$i18n.t('Chunk Size')}
{$i18n.t('Chunk Overlap')}
{$i18n.t('PDF Extract Images (OCR)')}

{$i18n.t('Query Params')}
{$i18n.t('Top K')}
{$i18n.t('Relevance Threshold')}
{$i18n.t('RAG Template')}