File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
src/settings/v2/components Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff 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'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'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 >
You can’t perform that action at this time.
0 commit comments