mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-27 00:53:37 +00:00
Updated changelog
This commit is contained in:
parent
ed51c9abd2
commit
c33b9cd9c0
@ -36,6 +36,7 @@
|
||||
- Improved the provider selection throughout the assistants: when there is nothing to choose from, it now says why. Either you have not set up a provider yet, or none of yours is trusted enough for what you are doing. Before, the list was simply empty.
|
||||
- Improved the settings of your embedding providers and data sources. Some of them decide how your documents are read, so changing one means preparing every document all over again. AI Studio now asks before that happens, names the data sources it would affect, and says when a cloud provider charges you for it.
|
||||
- Improved the dialogs of your embedding providers and data sources: when a change would mean preparing all your documents again, and you decide against it, nothing is saved and the dialog stays open with your change in front of you, ready to be corrected.
|
||||
- Improved what happens when you open an embedding provider whose server is unreachable or no longer offers the model you chose. That model stays selected, and AI Studio tells you the server does not have it right now. The documents you already prepared keep working, and you are not asked to prepare them again over a change you never made.
|
||||
- Improved the question AI Studio asks before you delete an embedding provider. It now names the data sources depending on that provider, together with what they can still do without it.
|
||||
- Improved what the AI is told when it answers from your own documents (RAG): it now learns which page a passage came from, so it can name the page an answer rests on.
|
||||
- Changed how provider trust and provider confidence work together. Marking a provider as trustworthy in a configuration no longer also satisfies a required confidence level: one says who runs the provider, the other how confidential it is. Organizations raise a provider's level in their own confidence scheme instead. This applies beyond local data sources, for example, when a model reads a page from your intranet.
|
||||
@ -44,7 +45,11 @@
|
||||
- Fixed a renamed policy losing its new name in the Document Analysis assistant. The name was kept only when you happened to change something else afterward.
|
||||
- Fixed model names that a provider writes in its own way not being recognized at all, such as the colon Ollama puts before the variant. Those models were treated as plain text models and lost every other ability.
|
||||
- Fixed a model resold under a plain name not getting the abilities it really has.
|
||||
- Fixed image and video generation models showing up among the chat models.
|
||||
- Fixed models showing up among the chat models, although nobody can chat with them, such as the ones that draw, film, compose music, transcribe speech, read scanned documents, or work through a task on their own. The same goes for models that need a live connection AI Studio cannot open.
|
||||
- Fixed the model lists of your providers showing the wrong models. Some your provider offers were missing, among them Google's Gemma models, while others that no longer exist were still on offer, among them an older Grok version. The lists now follow what your provider reports.
|
||||
- Fixed having to type the name of an embedding model by hand when you set up a provider on your own Ollama or vLLM server. AI Studio now asks your server which models it has and offers them in a list, the same way it has always done for LM Studio.
|
||||
- Fixed the model list for transcription on your own server offering everything the server has, including models that can only chat or create embeddings. You are now offered the models that can actually transcribe, and nothing else.
|
||||
- Fixed the model of a transcription provider on your own Ollama server not being saved. An empty model was stored instead, so transcribing with it could not work, and picking a different model changed nothing.
|
||||
- Fixed a dropped file being processed several times, e.g., after the computer woke up from sleep.
|
||||
- Fixed nothing happening when you dropped a file onto the list of your attached files. You can now add files to that list while it is open.
|
||||
- Fixed the preview of an attached file ignoring dropped files. Drop another file onto the preview, and it is attached and shown right away.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user