{ submitHandler(); saveHandler(); }} >
{$i18n.t('General Settings')}
{$i18n.t('Hybrid Search')}
{$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.' )}

{#if querySettings.hybrid === true}
{$i18n.t('Update Reranking Model')}

{/if}
{$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')}
{#if querySettings.hybrid === true}
{$i18n.t('Minimum Score')}
{/if}
{#if querySettings.hybrid === true}
{$i18n.t( 'Note: If you set a minimum score, the search will only return documents with a score greater than or equal to the minimum score.' )}

{/if}
{$i18n.t('RAG Template')}