This commit is contained in:
Thorsten Sommer 2024-12-27 13:12:11 +01:00
parent 75e12c794b
commit 6c0da035af
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -190,11 +190,11 @@
@if(this.embeddings.Count == 0) @if(this.embeddings.Count == 0)
{ {
<MudText Typo="Typo.h6" Class="mt-3">No embeddings configured yet.</MudText> <MudText Typo="Typo.h6" Class="mt-3">No embedding methods configured yet.</MudText>
} }
<MudButton Variant="Variant.Filled" Color="@Color.Primary" StartIcon="@Icons.Material.Filled.AddRoad" Class="mt-3 mb-6" OnClick="@this.AddEmbedding"> <MudButton Variant="Variant.Filled" Color="@Color.Primary" StartIcon="@Icons.Material.Filled.AddRoad" Class="mt-3 mb-6" OnClick="@this.AddEmbedding">
Add Embedding Add Embedding Method
</MudButton> </MudButton>
<MudText Typo="Typo.h4" Class="mt-6 mb-1"> <MudText Typo="Typo.h4" Class="mt-6 mb-1">