Skip to content

Commit 655d13e

Browse files
committed
fix formatting
1 parent f5d145b commit 655d13e

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

src/settings/v2/components/QASettings.tsx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,20 @@ export const QASettings: React.FC = () => {
8383
it.
8484
</span>
8585
<HelpTooltip
86-
content={<div className="tw-flex tw-max-w-96 tw-flex-col tw-gap-2">
87-
<div className="tw-pt-2 tw-text-sm tw-text-muted">
88-
This model converts text into vector representations, essential for
89-
semantic search and Question Answering (QA) functionality. Changing the
90-
embedding model will:
86+
content={
87+
<div className="tw-flex tw-max-w-96 tw-flex-col tw-gap-2">
88+
<div className="tw-pt-2 tw-text-sm tw-text-muted">
89+
This model converts text into vector representations, essential for
90+
semantic search and Question Answering (QA) functionality. Changing the
91+
embedding model will:
92+
</div>
93+
<ul className="tw-pl-4 tw-text-sm tw-text-muted">
94+
<li>Require rebuilding your vault&#39;s vector index</li>
95+
<li>Affect semantic search quality</li>
96+
<li>Impact Question Answering feature performance</li>
97+
</ul>
9198
</div>
92-
<ul className="tw-pl-4 tw-text-sm tw-text-muted">
93-
<li>Require rebuilding your vault&#39;s vector index</li>
94-
<li>Affect semantic search quality</li>
95-
<li>Impact Question Answering feature performance</li>
96-
</ul>
97-
</div>}
99+
}
98100
/>
99101
</div>
100102
</div>

0 commit comments

Comments
 (0)