Timothy Jaeryang Baek
28963815d1
refac
2026-04-20 00:16:45 +09:00
Timothy Jaeryang Baek
3e3f138d93
refac
2026-04-20 00:14:53 +09:00
Timothy Jaeryang Baek
4e31fa4427
refac
2026-04-20 00:12:53 +09:00
Timothy Jaeryang Baek
24dd5b461e
refac
2026-04-20 00:09:24 +09:00
Timothy Jaeryang Baek
f6d1969067
refac
2026-04-19 23:55:17 +09:00
Timothy Jaeryang Baek
eb16ae92a5
chore: format
2026-04-19 23:49:45 +09:00
Timothy Jaeryang Baek
73e28c9393
refac
2026-04-19 23:49:23 +09:00
Timothy Jaeryang Baek
4198f36c01
refac
2026-04-19 23:46:32 +09:00
Timothy Jaeryang Baek
ec9c066961
chore: format
2026-04-19 23:42:38 +09:00
Timothy Jaeryang Baek
e5b5a17426
refac
2026-04-19 23:38:58 +09:00
Timothy Jaeryang Baek
60f3ba6b59
refac
2026-04-19 23:15:15 +09:00
Timothy Jaeryang Baek
b7b7b64d31
refac
2026-04-19 22:50:08 +09:00
Timothy Jaeryang Baek
37eba1c5a6
chore: format
2026-04-19 22:45:54 +09:00
Timothy Jaeryang Baek
5afc258c5b
refac
2026-04-19 22:37:10 +09:00
Timothy Jaeryang Baek
42694c7c0c
refac
2026-04-19 22:33:32 +09:00
Timothy Jaeryang Baek
f45d0f130e
refac
2026-04-19 22:22:15 +09:00
Timothy Jaeryang Baek
98627e42b4
refac
2026-04-19 22:13:47 +09:00
Timothy Jaeryang Baek
f0ec5ee08f
refac
2026-04-19 21:49:48 +09:00
Timothy Jaeryang Baek
4a5401b417
refac
2026-04-19 21:48:27 +09:00
Timothy Jaeryang Baek
8d739e2aba
feat: calendar
2026-04-19 19:15:05 +09:00
Timothy Jaeryang Baek
5087492e25
refac
2026-04-19 15:49:42 +09:00
Timothy Jaeryang Baek
1be9627dd2
refac
2026-04-17 14:57:49 +09:00
Timothy Jaeryang Baek
4113b15a60
chore: format
2026-04-17 14:28:18 +09:00
Algorithm5838
e5f31c2e14
perf: replace JSON.stringify equality with fast-deep-equal ( #23370 )
2026-04-17 14:22:06 +09:00
Timothy Jaeryang Baek
c5276f62d0
refac
2026-04-17 14:18:45 +09:00
Timothy Jaeryang Baek
3c22afc5a6
refac
2026-04-17 12:07:23 +09:00
Shirasawa
7b5880ab9e
fix: clean up Mermaid temporary DOM nodes after render failures ( #23727 )
...
* fix: clean up Mermaid temporary DOM nodes after render failures
* fix: prevent Mermaid temp DOM artifacts from accumulating
2026-04-17 11:44:10 +09:00
_00_
0e50d2b741
upd:i18n Update es-ES Spanish translations v0.9.0 ( #23757 )
...
### Update es-ES Spanish translations v0.9.0
Updated new strings
2026-04-17 11:22:28 +09:00
Algorithm5838
7aed64be3c
fix: chat:outlet update overwritten by stale write-back ( #23829 )
2026-04-17 11:19:27 +09:00
Timothy Jaeryang Baek
398718d505
refac
2026-04-17 10:44:29 +09:00
Timothy Jaeryang Baek
bd35809105
refac
2026-04-17 10:22:43 +09:00
Timothy Jaeryang Baek
2e52ad8ff2
refac: shared chat
2026-04-17 10:16:32 +09:00
Timothy Jaeryang Baek
4d2f189810
feat: add RAG_RERANKING_BATCH_SIZE configuration option
...
Add configurable reranker batch size (env var RAG_RERANKING_BATCH_SIZE,
default 32) following the same pattern as RAG_EMBEDDING_BATCH_SIZE.
- config.py: PersistentConfig for RAG_RERANKING_BATCH_SIZE
- main.py: import, state init, pass to get_reranking_function
- colbert.py: accept batch_size param in predict() (was hardcoded 32)
- utils.py: get_reranking_function passes batch_size at call time
- retrieval.py: expose in config GET/POST endpoints and ConfigForm
- Documents.svelte: add Reranking Batch Size input in admin settings
Closes #23730
2026-04-17 08:35:45 +09:00
Classic298
a4251d7e45
Update translation.json ( #23737 )
2026-04-15 10:21:28 -07:00
Aleix Dorca
82755acdfd
i18n: Update Catalan translation file ( #23741 )
...
* i18n: Update catalan translation.json
* i18n: Update Catalan translation.json
2026-04-15 10:20:13 -07:00
joaoback
c27aa569c8
i18n: add pt-BR translations for newly added UI items and consistency pass ( #23743 )
...
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-15 10:19:54 -07:00
ecogetaway
ee1bc5f5db
fix(i18n): correct erroneous Hindi translations in hi-IN ( #23745 )
...
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: joaoback <156559121+joaoback@users.noreply.github.com >
2026-04-15 10:19:32 -07:00
Shirasawa
3f40d9da70
i18n: improve Chinese translation ( #23753 )
2026-04-15 10:19:08 -07:00
Aindriú Mac Giolla Eoin
e6297cf414
i18n: Update Irish translation with new strings ( #23748 )
...
Update Irish translation
2026-04-15 10:18:55 -07:00
Shirasawa
1860874192
i18n: add missing i18n keys of ScheduleDropdown ( #23726 )
2026-04-14 17:30:18 -05:00
Timothy Jaeryang Baek
5dae600ce7
chore: format
2026-04-14 17:27:31 -05:00
Timothy Jaeryang Baek
f1be85d997
refac
2026-04-14 17:25:42 -05:00
Timothy Jaeryang Baek
ecd74f220c
refac
2026-04-14 17:22:54 -05:00
Timothy Jaeryang Baek
a4ed16999e
refac
2026-04-14 16:08:14 -05:00
Shirasawa
f102060a6d
fix: fix memory leaking of Drawer ( #23724 )
2026-04-14 12:20:47 -05:00
Timothy Jaeryang Baek
fd93bd3414
refac
2026-04-14 11:03:36 -05:00
Timothy Jaeryang Baek
cced77b584
refac
2026-04-14 00:07:50 -05:00
Timothy Jaeryang Baek
18fe17127a
refac
2026-04-13 23:33:58 -05:00
Timothy Jaeryang Baek
a209f7f6e0
refac
2026-04-13 23:23:49 -05:00
Timothy Jaeryang Baek
45e49d33e5
refac
2026-04-13 21:52:19 -05:00