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()
106106 this . dataUsername = this . DataSource . Username ;
107107 this . dataSecurityPolicy = this . DataSource . SecurityPolicy ;
108108 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 } ;
109115
110116 if ( this . dataAuthMethod is AuthMethod . TOKEN or AuthMethod . USERNAME_PASSWORD )
111117 {
Original file line number Diff line number Diff line change 33- Improved the loading of some components that require data fetching, resulting in a more responsive UI.
44- Improved some awkward phrasings in English and German.
55- 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.
67- Upgraded to Rust 1.88.0.
78- Upgraded MudBlazor to version 8.8.0.
89- Upgraded Pdfium to version 137.0.7215.0.
You can’t perform that action at this time.
0 commit comments