mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-15 23:32:40 +00:00
chore: add the slim image entry to 0.11.4
Changed records the slim image giving up the local models and converters it carried, so an instance built that way now needs a service configured for embeddings, vector storage, document extraction past plain text, and speech, and refuses to build alongside the graphics card or Ollama options. The admin pages mark what is unavailable and the server answers with what to configure, both part of the same change. It is kept out of the image size entry above, which gathers what was carried and never used; this one removes things that were used and asks for them from somewhere else.
This commit is contained in:
parent
2d387fd665
commit
d9baf075c1
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- 🔗 **Default suggestions answer with an object.** Saving the default prompt suggestions now answers with the suggestions and their per-language wording together rather than the bare list it returned before, which anything calling it directly will need to read. [Commit](https://github.com/open-webui/open-webui/commit/7b6562e3358956ec71eed05352538a646d047734)
|
||||
- 🖼️ **Default picture without access.** A model picture now falls back to the standard logo wherever the viewer holds no grant on that model, such as a model reply shown to the other members of a channel, or the admin analytics and evaluation pages with the access bypass switched off. [#29700](https://github.com/open-webui/open-webui/pull/29700)
|
||||
- 🪶 **Slim relies on outside services.** The slim image no longer carries the local models and converters it used to, so embeddings, vector storage, document extraction beyond plain text and speech each need a service configured for them, and it can no longer be built together with the graphics card or Ollama options. [Commit](https://github.com/open-webui/open-webui/commit/cb942bb94c8dc7941336088fb3392e2398ff56c1)
|
||||
- 🧾 **Tools declare what they import.** A tool or function importing a package that was only ever present by accident, among them nltk, pymongo and the Google Drive client, now has to name it in its requirements, or have it installed into the image where the instance cannot reach the package index. [#29725](https://github.com/open-webui/open-webui/pull/29725), [#29726](https://github.com/open-webui/open-webui/pull/29726)
|
||||
|
||||
## [0.11.3] - 2026-08-31
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue