mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 01:02:55 +00:00
Fixed a bug with ERI data source retrieval process loading (#514)
This commit is contained in:
parent
87bb04e3c0
commit
1b8ed286e7
@ -107,6 +107,12 @@ public partial class DataSourceERI_V1Dialog : MSGComponentBase, ISecretId
|
||||
this.dataSecurityPolicy = this.DataSource.SecurityPolicy;
|
||||
this.dataMaxMatches = this.DataSource.MaxMatches;
|
||||
|
||||
// We cannot load the retrieval processes now, since we have
|
||||
// to load the data first. But while doing so, we can need to
|
||||
// restore the selected retrieval process id. That's why we
|
||||
// assign the selected retrieval id to the default retrieval process:
|
||||
this.dataSelectedRetrievalProcess = this.dataSelectedRetrievalProcess with { Id = this.DataSource.SelectedRetrievalId };
|
||||
|
||||
if (this.dataAuthMethod is AuthMethod.TOKEN or AuthMethod.USERNAME_PASSWORD)
|
||||
{
|
||||
// Load the secret:
|
||||
|
@ -3,6 +3,7 @@
|
||||
- Improved the loading of some components that require data fetching, resulting in a more responsive UI.
|
||||
- Improved some awkward phrasings in English and German.
|
||||
- Changed the timestamp display to use the local datetime format for the chats and assistants.
|
||||
- Fixed a bug when editing data sources that caused the selected retrieval process of an ERI data source to not load correctly.
|
||||
- Upgraded to Rust 1.88.0.
|
||||
- Upgraded MudBlazor to version 8.8.0.
|
||||
- Upgraded Pdfium to version 137.0.7215.0.
|
||||
|
Loading…
Reference in New Issue
Block a user