Files
open-webui/backend/open_webui/models
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-18 15:23:50 -06:00
2026-02-11 16:16:41 -06:00
2026-02-11 16:24:11 -06:00
2026-02-04 23:42:46 -06:00
2026-02-11 16:24:11 -06:00
2026-02-11 16:24:11 -06:00
2026-02-11 16:24:11 -06:00
2026-02-16 13:14:40 -06:00
2026-02-11 16:24:11 -06:00
2026-01-09 02:30:15 +04:00
2026-02-11 16:24:11 -06:00
2026-02-08 21:24:20 -06:00
2026-02-13 18:26:03 -06:00
2026-02-11 16:24:11 -06:00
2026-02-18 14:58:39 -06:00
2026-02-13 11:24:08 -06:00
2026-02-16 00:43:32 -06:00
2026-02-11 16:24:11 -06:00
2026-02-13 15:00:39 -06:00