chore: format

This commit is contained in:
Timothy J. Baek
2024-10-17 13:30:21 -07:00
parent e6fea74b60
commit dff9254e34
44 changed files with 465 additions and 5 deletions

View File

@@ -110,7 +110,7 @@
</div>
{#if document.distance !== undefined}
<Tooltip
content={$i18n.t('Semantic distance to query from vector store')}
content={$i18n.t('Semantic distance to query')}
placement="left"
tippyOptions={{ duration: [500, 0] }}
>

View File

@@ -68,5 +68,5 @@
<div transition:slide={{ duration: 300, easing: quintOut, axis: 'y' }}>
<slot name="content" />
</div>
</div>
{/if}
</div>