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
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
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
Timothy Jaeryang Baek
cced77b584
refac
2026-04-14 00:07:50 -05:00
Timothy Jaeryang Baek
8936721414
refac
2026-04-13 13:44:44 -05:00
Timothy Jaeryang Baek
8172c7e3d5
refac
2026-04-12 19:08:30 -05:00
Timothy Jaeryang Baek
406251c2f3
enh: automation
2026-04-11 17:06:58 -06:00
Timothy Jaeryang Baek
4cee67e2be
feat: mistral tts
2026-04-02 19:31:15 -05:00
Timothy Jaeryang Baek
d6a9efca68
refac
2026-04-01 06:13:50 -05:00
Denis Khachyan
7025cc94cc
feat(config): add environment variable support for DEFAULT_MODEL_PARAMS ( #23223 )
2026-04-01 05:36:29 -05:00
Timothy Jaeryang Baek
5a2ff8b2e5
refac
2026-04-01 01:21:21 -05:00
Timothy Jaeryang Baek
36d02aa147
refac
2026-03-31 23:12:23 -05:00
Timothy Jaeryang Baek
350d52f515
chore: format
2026-03-25 16:43:06 -05:00
Timothy Jaeryang Baek
94145c99ae
enh: GOOGLE_OAUTH_AUTHORIZE_PARAMS
2026-03-24 16:27:26 -05:00
Tim Baek
c24a4da17d
refac
2026-03-24 14:54:29 -05:00
Timothy Jaeryang Baek
69171a4c8b
refac
2026-03-24 05:13:31 -05:00
Timothy Jaeryang Baek
de3317e26b
refac
2026-03-17 17:58:01 -05:00
Timothy Jaeryang Baek
b171b0216b
refac
2026-03-17 17:54:59 -05:00
Timothy Jaeryang Baek
352391fa76
chore: format
2026-03-08 18:14:09 -05:00
Timothy Jaeryang Baek
3f350f8659
refac
2026-03-08 17:52:49 -05:00
Code with love
265d1b2824
Add support for mariadb-vector as backing vector DB ( #21931 )
2026-03-08 17:13:14 -05:00
Timothy Jaeryang Baek
989938856f
refac
2026-03-07 20:05:18 -06:00
Timothy Jaeryang Baek
ce0ca894fe
enh: code interpreter pyodide fs
2026-03-07 19:23:18 -06:00
pedro-inf-custodio
5d4505c685
fix: add support for scope in OAuth refresh token request ( #22359 )
...
* fix: add support for scope in OAuth refresh token request
* add oauth refresh token include scope
* Fix variable import
* Fix env variables import
* Added debug logs WIP
* Remove debug logs
2026-03-07 19:13:28 -05:00
Abdul Moiz
8a6af40d9f
fix: correct conflicting output format instruction in follow-up generation prompt ( #22212 )
...
The Guidelines section instructed LLMs to return "a JSON array of strings"
while the Output section showed a JSON object with a "follow_ups" key.
This mismatch caused some models to return a top-level array, which the
frontend parser cannot handle (it looks for `{ }` delimiters and the
`follow_ups` key). Updated the guideline to consistently request a JSON
object matching the expected format.
Fixes #22187
2026-03-06 14:25:42 -06:00
Timothy Jaeryang Baek
9440d09114
refac
2026-02-28 13:07:10 -06:00
Timothy Jaeryang Baek
4737e1f118
feat: open terminal integration
2026-02-27 13:08:59 -06:00
Stefan Weil
d7d05a4717
fix(ui): fix some broken links ( #21904 )
...
The referenced information was moved to a new location.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2026-02-26 14:27:57 -06:00
Timothy Jaeryang Baek
345f3e3559
refac
2026-02-25 15:15:59 -06:00
Timothy Jaeryang Baek
87d33f6e18
refac
2026-02-25 14:52:41 -06:00
Timothy Jaeryang Baek
9478c5e7ac
refac
2026-02-24 17:04:07 -06:00
Timothy Jaeryang Baek
538501c88d
refac
2026-02-24 15:19:49 -06:00
Timothy Jaeryang Baek
3d99de6771
enh: access grant level perms
2026-02-23 15:49:05 -06:00
Timothy Jaeryang Baek
2558fe1a3b
refac
2026-02-22 19:16:35 -06:00
Timothy Jaeryang Baek
c341f97cfe
feat: default model metadata & params
2026-02-22 16:54:34 -06:00
Timothy Jaeryang Baek
4b9f821b58
enh: OAUTH_GROUP_DEFAULT_SHARE
2026-02-21 15:08:06 -06:00
Timothy Jaeryang Baek
35598b8017
enh: ENABLE_ADMIN_ANALYTICS
2026-02-21 14:56:19 -06:00
lazariv
5759917f54
feat: Adding You.com as a web search provider ( #21599 )
...
* Add ydc.py provider implementation
* Add PersistentConfig entry for you.com
* Add Youcom search function import
* Update you.com configuration
* Add you.com as a web search engine option in frontend
* Add YOUCOM_API_KEY to main.py
2026-02-21 14:51:56 -06:00
Timothy Jaeryang Baek
5d4547f934
enh: RAG_EMBEDDING_CONCURRENT_REQUESTS
2026-02-21 14:33:48 -06:00
Timothy Jaeryang Baek
88401e91c7
refac
2026-02-15 23:28:47 -06:00
Timothy Jaeryang Baek
5297dceb2a
chore: format
2026-02-12 17:36:19 -06:00
Timothy Jaeryang Baek
59afbd6f92
refac
2026-02-12 17:35:22 -06:00
Timothy Jaeryang Baek
f376d4f378
chore: format
2026-02-11 16:24:11 -06:00
Timothy Jaeryang Baek
a73cdf4288
refac: dmr fallback for ollama
2026-02-10 15:38:21 -06:00
Timothy Jaeryang Baek
ecf3fa2feb
refac
2026-02-03 23:36:15 -06:00
Danil
c5c4aef7b1
Yandex web search ( #20922 )
...
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: joaoback <156559121+joaoback@users.noreply.github.com >
2026-01-26 07:31:44 -05:00
Timothy Jaeryang Baek
5d48e48e15
fix: ENABLE_PERSISTENT_CONFIG redis issue
2026-01-22 03:59:00 +04:00