Fixed order of inherit instruction

This commit is contained in:
Thorsten Sommer 2025-10-19 14:39:05 +02:00
parent 38103121c9
commit 953d75efd9
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,7 +1,8 @@
@attribute [Route(Routes.ASSISTANT_ERI)]
@inherits AssistantBaseCore<AIStudio.Dialogs.Settings.SettingsDialogERIServer>
@using AIStudio.Settings.DataModel
@using MudExtensions
@inherits AssistantBaseCore<AIStudio.Dialogs.Settings.SettingsDialogERIServer>
<MudJustifiedText Typo="Typo.body1" Class="mb-3">
@T("You can imagine it like this: Hypothetically, when Wikipedia implemented the ERI, it would vectorize all pages using an embedding method. All of Wikipedias data would remain with Wikipedia, including the vector database (decentralized approach). Then, any AI Studio user could add Wikipedia as a data source to significantly reduce the hallucination of the LLM in knowledge questions.")