rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
https://tldwproject.com
Apache License 2.0
395 stars 12 forks source link

Enhancement: Cleanly Separate chat and Media DB #406

Closed rmusser01 closed 4 weeks ago

rmusser01 commented 1 month ago

Currently, the media DB holds chats for the plain LLM chats. This needs to be addressed as the Media DB should only hold media items, not chats.

Chats instead should be stored in the RAG Chat DB.

This issue is to track migration/merge of the schema and replacement of hte existing storage functions to the RAG Chat DB functions instead.

Success is being able to save, edit, and delete chats for normal LLM chatting and also for RAG Chatting.