open-webui/backend/open_webui
Athanasios Oikonomou 86f33de9f3 feat: support per-model RAG template override
Add `rag_template` as a configurable parameter in model settings, allowing each
model to define its own RAG template instead of always using the global default.
- Middleware now selects the model-specific RAG template if provided.
- Model editor UI updated to allow editing and saving `rag_template`.
- Fallback to global `RAG_TEMPLATE` remains when no override is set.
2025-09-24 22:58:10 +03:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal refactor: format 2025-08-10 22:28:31 +08:00
migrations feat: server-side OAuth token management system 2025-09-08 18:05:43 +04:00
models refac: robust file upload failed handling 2025-09-24 12:17:01 -05:00
retrieval refac 2025-09-21 00:14:43 -04:00
routers refac: robust file upload failed handling 2025-09-24 12:17:01 -05:00
socket refac 2025-08-28 13:25:48 +04:00
static refac 2025-08-10 00:02:58 +04:00
storage refac/fix: s3 checksum validation 2025-08-21 12:44:16 +04:00
test chore: format, lint 2025-07-16 15:23:18 +09:00
utils feat: support per-model RAG template override 2025-09-24 22:58:10 +03:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini fix: Alembic CLI commands from failing 2025-08-15 04:17:47 -04:00
config.py refac: add separate Client IDs for OneDrive 2025-09-21 01:40:14 -04:00
constants.py feat: follow ups 2025-06-03 18:07:29 +04:00
env.py refac 2025-09-23 03:05:38 -04:00
functions.py fix: oauth token 2025-09-19 00:10:48 -05:00
main.py feat: experimental mcp support 2025-09-23 02:03:26 -04:00
tasks.py fix: fix error when stopping non-existent task 2025-09-04 16:52:19 +08:00