Files
open-webui/backend/open_webui
Classic298 35763a352c Optimize shared chats list to use column projection (#163) (#21614)
The GET /chats/shared endpoint was loading full Chat rows including
the entire conversation history JSON blob, only to discard it and
return SharedChatResponse (id, title, share_id, timestamps). Now
uses with_entities() to select only the 5 needed columns, avoiding
deserialization of potentially large chat JSON for every shared chat.
2026-02-19 15:50:03 -06:00
..
2026-02-11 16:24:11 -06:00
2026-02-13 14:27:11 -06:00
2026-02-13 13:37:12 -06:00
2026-02-15 18:41:16 -06:00
2026-02-11 16:24:11 -06:00
2026-02-13 14:08:07 -06:00
2026-02-19 14:06:24 -06:00
2026-02-19 14:14:36 -06:00
2026-02-15 23:28:47 -06:00
2026-02-19 14:14:36 -06:00
2026-02-11 16:24:11 -06:00
2026-02-16 13:10:01 -06:00
2026-02-12 15:29:34 -06:00