Skip to content

Releases: MindWorkAI/AI-Studio

Release v0.9.38

17 Mar 18:47
97454c5
Compare
Choose a tag to compare

Release v0.9.37

16 Mar 20:53
3e66d54
Compare
Choose a tag to compare

v0.9.37, build 212 (2025-03-16 20:32 UTC)

  • Improved the experience of the data selection component when no data sources are configured yet.
  • Improved the data source selection behavior when no data source is available or selected, for whatever reason.
  • Moved the data source settings into the data selection component.
  • Fixed the "send to" menu position, which was offset due to the MudBlazor 8 upgrade.
  • Fixed a rare issue with the enum selection component, where the SelectionUpdated function was not called for the special other enum values.
  • Fixed the new setting dialogs, which were not updated appropriately when settings were changed.
  • Removed the link to the ERI server assistant from its settings page, as it is no longer necessary.

Virus scans

Release v0.9.36

Release v0.9.35

13 Mar 09:03
52c8052
Compare
Choose a tag to compare

Release v0.9.34

Release v0.9.33

Release v0.9.32

08 Mar 23:27
4eb51f9
Compare
Choose a tag to compare

v0.9.32, build 207 (2025-03-08 20:15 UTC)

  • Added the "Community & Code" section to the about page. It includes links to the GitHub repositories and the project website.
  • Added the retrieval process section for ERI data sources in the configuration dialog. Like all RAG functions, this is hidden behind the RAG feature flag in the app settings due to its preview status.
  • Improved data security by preventing the use of cloud LLMs after confidential data has been retrieved previously.
  • Improved the ERI client to expect JSON responses and send JSON requests using camel case.
  • Improved the ERI client to raise an error when the server responds with additional JSON data that is not expected.
  • Improved the error handling in the ERI data source info dialog in cases where servers respond with an invalid message.
  • Improved the error handling for the entire RAG process.
  • Improved chat thread persistence after modifications through the RAG process.
  • Improved the augmentation and generation part of RAG by passing the augmented data into the system prompt.
  • Fixed the chat thread we use for the data retrieval by removing the last block, which is meant to be for the final AI answer.
  • Fixed the data source name for ERI data sources when performing data retrieval.
  • Fixed the default data source selection when replacing the current chat with a new one.
  • Fixed the state of the re-generate button in the chat thread, when no provider is selected or the data security is preventing the use of cloud LLMs.
  • Updated the code contributions section in the supporter page. Thanks peerschuett for being our next contributor.
  • Upgraded code dependencies.

Virus scans

Release v0.9.31

03 Mar 15:50
a66d88c
Compare
Choose a tag to compare

v0.9.31, build 206 (2025-03-03 15:33 UTC)

  • Added Helmholtz (aka "Blablador") as provider. This provider is available to all researchers and employees of the 18 Helmholtz Centers as well as all eduGAIN organizations worldwide.
  • Added GWDG SAIA as provider. This provider is available to all researchers and employees of the GWDG, the Max Planck Society, the 18 Helmholtz Centers, and most German universities.
  • Added DeepSeek as provider.
  • Added paths to log files in the "About" dialog for easier troubleshooting and support.

Virus scans

Release v0.9.30

Release v0.9.29

24 Feb 14:22
5a077e1
Compare
Choose a tag to compare

v0.9.29, build 204 (2025-02-24 13:48 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 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 preselect data sources and options for new chats. This preview feature is hidden behind the RAG feature flag.
  • Added an agent to select the appropriate data sources for any prompt. This preview feature is hidden behind the RAG feature flag.
  • Added an agent to validate whether a retrieval context makes sense for the given prompt. This preview feature is hidden behind the RAG feature flag.
  • Added a generic RAG process to integrate possibly any data in your chats. Although the generic RAG process is now implemented, the retrieval part is working only with external data sources using the ERI interface. That means that you could integrate your company's data from the corporate network by now. The retrieval process for your local data is still under development and will take several weeks to be released. In order to use data through ERI, you (or your company) have to develop an ERI server. You might use the ERI server assistant within AI Studio to do so. This preview feature is hidden behind the RAG feature flag.
  • Improved confidence card for small spaces.
  • Improved data security by enforcing provider filtering based on the chosen confidence level. To ensure this in the future, source code analyzers have been added to warn developers about insecure code.
  • Improved the readability of descriptions inside the ERI server assistant.
  • Fixed a bug in which APP_SETTINGS appeared as a valid destination in the "send to" menu.
  • Fixed a layout bug within the chat page, where the top part uses too much space.
  • Upgraded to Rust 1.85.0 and .NET 8.0.13.

Virus scans