dependabot[bot]
34ee3b1da2
Bump nltk from 3.9.3 to 3.9.4 in /backend
...
Bumps [nltk](https://github.com/nltk/nltk ) from 3.9.3 to 3.9.4.
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog )
- [Commits](https://github.com/nltk/nltk/compare/3.9.3...3.9.4 )
---
updated-dependencies:
- dependency-name: nltk
dependency-version: 3.9.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-01 02:15:38 +00:00
Timothy Jaeryang Baek
4e2240aada
refac
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Python CI / Format Backend (3.11.x) (push) Has been cancelled
Python CI / Format Backend (3.12.x) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda126-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-slim-images (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (, main) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-cuda, cuda) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-cuda126, cuda126) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-ollama, ollama) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-slim, slim) (push) Has been cancelled
2026-04-24 18:55:39 +09:00
Timothy Jaeryang Baek
f93d20ac42
chore: i18n
2026-04-24 18:48:45 +09:00
Timothy Jaeryang Baek
8ff7ff459b
chore: format
2026-04-24 18:48:21 +09:00
Timothy Jaeryang Baek
f48b8ffbf0
refac
2026-04-24 18:38:57 +09:00
Constantine
3560d2f630
perf(chats): drop redundant db.refresh after commit in update_chat_by_id ( #24024 )
...
The chat table has no computed columns (no DEFAULT, SERIAL/IDENTITY,
or TRIGGER that populate server-side values on UPDATE), and every
column modified by update_chat_by_id is set explicitly from Python
values earlier in the function. db.refresh therefore issues a SELECT
that replaces those just-written Python values with the round-tripped
database representation of the same values, which is a no-op for
functional purposes but pulls the entire chat.chat JSON blob back over
the network and through the driver's JSON decoder.
On large, active chats where chat.chat can reach tens of megabytes,
skipping the refresh measurably reduces latency and eliminates one
~JSON-sized transient allocation per write.
2026-04-24 18:34:57 +09:00
Timothy Jaeryang Baek
3aeb691d98
chore: bump
2026-04-24 18:33:27 +09:00
RomualdYT
e0d6074cd2
refactor(firecrawl): use v2 API directly ( #23934 )
...
Co-authored-by: Tim Baek <tim@openwebui.com >
2026-04-24 18:32:08 +09:00
Classic298
b1bd3084f0
changelog ( #24072 )
2026-04-24 18:30:51 +09:00
Timothy Jaeryang Baek
70b28b629e
refac
2026-04-24 18:29:39 +09:00
Timothy Jaeryang Baek
3d1e355df7
refac
2026-04-24 18:20:10 +09:00
Timothy Jaeryang Baek
7102a63c82
refac
2026-04-24 18:06:19 +09:00
Timothy Jaeryang Baek
1cea8ec7d4
refac
2026-04-24 17:59:45 +09:00
Timothy Jaeryang Baek
a7a92d2d9b
refac
2026-04-24 17:49:22 +09:00
Timothy Jaeryang Baek
2419899ac6
refac
2026-04-24 17:34:12 +09:00
Timothy Jaeryang Baek
60f67c7c17
refac
2026-04-24 17:07:23 +09:00
Timothy Jaeryang Baek
34a55d4524
refac
2026-04-24 17:06:36 +09:00
Timothy Jaeryang Baek
9771898c58
refac
2026-04-24 17:04:47 +09:00
Timothy Jaeryang Baek
752238247c
refac
2026-04-24 16:47:30 +09:00
Timothy Jaeryang Baek
3e14524154
refac
2026-04-24 16:39:44 +09:00
Timothy Jaeryang Baek
d8b55afb00
refac
2026-04-24 16:37:02 +09:00
Timothy Jaeryang Baek
62693938a3
refac
2026-04-24 16:36:07 +09:00
Jacob Leksan
465d6fe514
feat: enhance RichTextInput configuration to prevent duplicate extensions when rich text is enabled ( #24009 )
2026-04-24 16:33:46 +09:00
Timothy Jaeryang Baek
d6b73ea2f2
refac
2026-04-24 16:31:02 +09:00
Timothy Jaeryang Baek
5774ab4984
refac
2026-04-24 16:26:34 +09:00
Timothy Jaeryang Baek
db05fdaf83
refac
2026-04-24 16:23:28 +09:00
Timothy Jaeryang Baek
d740b545a4
refac
2026-04-24 16:21:37 +09:00
Timothy Jaeryang Baek
678c44c7cd
refac
2026-04-24 16:17:46 +09:00
Timothy Jaeryang Baek
5cc55e2278
refac
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Has been cancelled
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda126-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-slim-images (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (, main) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-cuda, cuda) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-cuda126, cuda126) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-ollama, ollama) (push) Has been cancelled
Create and publish Docker images with specific build args / copy-to-dockerhub (-slim, slim) (push) Has been cancelled
Python CI / Format Backend (3.11.x) (push) Has been cancelled
Python CI / Format Backend (3.12.x) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
2026-04-24 15:51:54 +09:00
Timothy Jaeryang Baek
26711c1bcc
refac
2026-04-24 15:46:08 +09:00
Jacob Leksan
f2cb63140c
perf: redirect default model profile image to canonical static URL ( #24015 )
...
- Return 302 to /static/favicon.png instead of streaming the same PNG per
model id so browsers can cache one asset for default avatars.
- Validate stored /static/ paths with decode, normpath, and /static
prefix checks; invalid paths fall back to favicon.
Made-with: Cursor
2026-04-24 15:45:10 +09:00
Timothy Jaeryang Baek
a76a779c01
refac
2026-04-24 15:40:02 +09:00
Timothy Jaeryang Baek
a766521933
refac
2026-04-24 15:39:12 +09:00
Timothy Jaeryang Baek
7da6b82471
refac
2026-04-24 15:35:59 +09:00
Lucas
6089de0b17
i18n: enhance and expand Dutch language translations ( #23944 )
2026-04-24 15:30:06 +09:00
Timothy Jaeryang Baek
b87c755574
refac
2026-04-24 15:29:36 +09:00
RomualdYT
b73538ece7
feat(ui): add citation source overflow badge ( #23918 )
2026-04-24 15:26:53 +09:00
Jacob Leksan
258e9f917b
Enhance image loading performance by adding preload links and setting loading attributes for logos in app.html ( #24011 )
2026-04-24 15:25:54 +09:00
Timothy Jaeryang Baek
6ecba19447
refac
2026-04-24 15:21:52 +09:00
Timothy Jaeryang Baek
90584ab6f3
refac
2026-04-24 15:21:37 +09:00
goodbey857
58bc254809
feat: add PaddleOCR-vl loader support and implement retrieval router infrastructure ( #23945 )
...
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: joaoback <156559121+joaoback@users.noreply.github.com >
2026-04-24 15:19:37 +09:00
Timothy Jaeryang Baek
0e311a95a7
refac
2026-04-24 15:16:37 +09:00
Timothy Jaeryang Baek
d0e51bde5d
refac
2026-04-24 15:03:29 +09:00
Timothy Jaeryang Baek
4dc5c1eb4f
refac
2026-04-24 15:00:47 +09:00
Timothy Jaeryang Baek
89669f3fa1
refac
2026-04-24 14:40:17 +09:00
tcx4c70
f6bd08c852
fix(utils): Switch throttle decorator to async ( #23979 )
...
After migration to async db operations, the throttle decorator also
needs to support async. Since the decorator is only used for async funcs
now, we can just switch it to async instead of supporting sync and async
at the same time.
Signed-off-by: Adam Tao <tcx4c70@gmail.com >
2026-04-24 14:39:45 +09:00
joaoback
9b577868c8
i18n: add pt-BR translations for newly added UI items and consistency pass ( #23954 )
...
New **pt-BR** translations for items introduced in the latest releases, plus a consistency/quality pass across existing strings (grammar, tone, capitalization, pluralization). Placeholders and hotkeys preserved. No logic changes.
2026-04-24 14:38:33 +09:00
Teay
91d9870266
i18n: update ko-KR translations (conflict solved) ( #23949 )
...
* i18n: update ko-KR translations
* i18n: fix missing ko-KR translations and reviewed pr-bot recommendation
2026-04-24 14:38:12 +09:00
Timothy Jaeryang Baek
d47993385a
refac
2026-04-24 14:35:15 +09:00
Kylapaallikko
a4eb10269e
Update fi-FI translation.json ( #24010 )
...
Added missing translations.
2026-04-24 14:33:06 +09:00