LLM chats contain important context that needs a specific lifecycle: they should be stored temporarily in our database, then moved to Amazon S3 for long-term tracking and processing.
This issue is to check our database tables across all environments (including Virginia and Ireland) to see if we are currently storing this chat data, or if we need to set up a new temporary storage process.
Objectives
Check the Database: Review current schemas to see if any tables are actively saving LLM chat histories or session logs.
Confirm Storage Status: Determine if chat data is being held; if not, create a table.
Plan S3 Offloading: Come up with how this temporary data can be cleared and cleanly routed to AWS S3.
LLM chats contain important context that needs a specific lifecycle: they should be stored temporarily in our database, then moved to Amazon S3 for long-term tracking and processing.
This issue is to check our database tables across all environments (including Virginia and Ireland) to see if we are currently storing this chat data, or if we need to set up a new temporary storage process.
Objectives
Check the Database: Review current schemas to see if any tables are actively saving LLM chat histories or session logs.
Confirm Storage Status: Determine if chat data is being held; if not, create a table.
Plan S3 Offloading: Come up with how this temporary data can be cleared and cleanly routed to AWS S3.