mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-20 20:51:02 -06:00
32cfb5788a
Avoid loading the full Chat row (including the potentially large `chat` JSON column) just to read tag IDs from `meta.tags`. Issue a narrow SELECT on `Chat.meta` instead, which is much cheaper for chats with large message histories. Co-authored-by: Claude <noreply@anthropic.com>