Files
open-webui-ai4me/backend
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
..
2024-02-24 22:35:11 -08:00
2024-09-06 04:59:20 +02:00
2025-09-12 14:09:32 +08:00
2026-02-12 16:54:32 -06:00
2026-02-12 16:54:32 -06:00
2025-06-27 15:46:38 +04:00
2025-10-07 16:20:27 -05:00