open-webui/backend/open_webui
Classic298 3db6d49e57
Query title column directly in get_chat_title_by_id instead of loading full chat (#157) (#21590)
Previously loaded the entire ChatModel (including the full conversation JSON
blob) just to extract the title string. Now queries only the Chat.title
column directly, which is already a top-level DB column.
2026-02-19 16:41:46 -06:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal chore: format 2026-02-11 16:24:11 -06:00
migrations refac: scim 2026-02-13 14:27:11 -06:00
models Query title column directly in get_chat_title_by_id instead of loading full chat (#157) (#21590) 2026-02-19 16:41:46 -06:00
retrieval fix: correct unpacking order of distances, documents, and metadatas in hybrid search query (#21562) 2026-02-19 16:38:40 -06:00
routers fix: respect BYPASS_ADMIN_ACCESS_CONTROL in file list/search endpoints (#21595) 2026-02-19 16:36:48 -06:00
socket refac 2026-02-19 16:32:41 -06:00
static refac 2025-08-10 00:02:58 +04:00
storage chore: format 2026-02-11 16:24:11 -06:00
test refac: defer profile 2026-02-13 14:08:07 -06:00
tools refac 2026-02-19 14:06:24 -06:00
utils Fix O(n²) performance in get_message_list by replacing insert(0) with append+reverse (#21588) 2026-02-19 16:38:01 -06: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 2026-02-15 23:28:47 -06:00
constants.py feat/enh: optional password validation 2025-11-20 17:44:49 -05:00
env.py refac 2026-02-19 14:14:36 -06:00
functions.py chore: format 2026-02-11 16:24:11 -06:00
main.py refac 2026-02-19 16:29:19 -06:00
tasks.py refac 2026-02-12 15:29:34 -06:00