Improved confidence card for small spaces

This commit is contained in:
Thorsten Sommer 2025-02-11 19:48:22 +01:00
parent 1900cd2028
commit 129484e98f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<MudText Typo="Typo.h5">Confidence Card</MudText> <MudText Typo="Typo.h5">Confidence Card</MudText>
</CardHeaderContent> </CardHeaderContent>
</MudCardHeader> </MudCardHeader>
<MudCardContent> <MudCardContent Style="max-height: 50vh; overflow: auto;">
<MudText Typo="Typo.h6">Description</MudText> <MudText Typo="Typo.h6">Description</MudText>
<MudMarkdown Value="@this.currentConfidence.Description"/> <MudMarkdown Value="@this.currentConfidence.Description"/>

View File

@ -1,3 +1,4 @@
# v0.9.29, build 204 (2025-02-xx xx:xx UTC) # v0.9.29, build 204 (2025-02-xx xx:xx UTC)
- Added the possibility to select data sources for chats. This preview feature is hidden behind the RAG feature flag, check your app options in case you want to enable it. - Added the possibility to select data sources for chats. This preview feature is hidden behind the RAG feature flag, check your app options in case you want to enable it.
- Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag. - Added an option to all data sources to select a local security policy. This preview feature is hidden behind the RAG feature flag.
- Improved confidence card for small spaces.