File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ protected override async Task OnInitializedAsync()
106
106
this . dataUsername = this . DataSource . Username ;
107
107
this . dataSecurityPolicy = this . DataSource . SecurityPolicy ;
108
108
this . dataMaxMatches = this . DataSource . MaxMatches ;
109
+
110
+ // We cannot load the retrieval processes now, since we have
111
+ // to load the data first. But while doing so, we can need to
112
+ // restore the selected retrieval process id. That's why we
113
+ // assign the selected retrieval id to the default retrieval process:
114
+ this . dataSelectedRetrievalProcess = this . dataSelectedRetrievalProcess with { Id = this . DataSource . SelectedRetrievalId } ;
109
115
110
116
if ( this . dataAuthMethod is AuthMethod . TOKEN or AuthMethod . USERNAME_PASSWORD )
111
117
{
Original file line number Diff line number Diff line change 3
3
- Improved the loading of some components that require data fetching, resulting in a more responsive UI.
4
4
- Improved some awkward phrasings in English and German.
5
5
- Changed the timestamp display to use the local datetime format for the chats and assistants.
6
+ - Fixed a bug when editing data sources that caused the selected retrieval process of an ERI data source to not load correctly.
6
7
- Upgraded to Rust 1.88.0.
7
8
- Upgraded MudBlazor to version 8.8.0.
8
9
- Upgraded Pdfium to version 137.0.7215.0.
You can’t perform that action at this time.
0 commit comments