Settings toggle: use previous conversations as context / RAG #66

Closed
opened 2026-07-29 05:56:04 -07:00 by westfarn · 0 comments
Owner

Summary

Add a user settings toggle for using previous conversations as context / RAG lookup, so users can opt into a more tailored chat experience.

Depends on

Backend: ai_ml_operations/chat_backend#33

Requirements

  • Add a settings toggle (off by default) for enabling previous-conversation context / RAG.
  • Wire toggle to the backend user-account flag from chat_backend#33 (read + update via settings API).
  • Show a tooltip that explains: this will use previous conversations to better customize the experience.
  • Reflect current account value when settings load; persist changes when the user toggles.

Acceptance criteria

  • Toggle visible in user settings / account preferences
  • Default state is off for new users and when flag is unset
  • Tooltip explains use of previous conversations for a customized experience
  • Toggle reads/writes the backend flag
  • UI handles loading and error states for the update call
## Summary Add a user settings toggle for using previous conversations as context / RAG lookup, so users can opt into a more tailored chat experience. ## Depends on Backend: https://git.aimloperations.com/ai_ml_operations/chat_backend/issues/33 ## Requirements - Add a settings toggle (off by default) for enabling previous-conversation context / RAG. - Wire toggle to the backend user-account flag from chat_backend#33 (read + update via settings API). - Show a tooltip that explains: this will use previous conversations to better customize the experience. - Reflect current account value when settings load; persist changes when the user toggles. ## Acceptance criteria - [ ] Toggle visible in user settings / account preferences - [ ] Default state is off for new users and when flag is unset - [ ] Tooltip explains use of previous conversations for a customized experience - [ ] Toggle reads/writes the backend flag - [ ] UI handles loading and error states for the update call
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#66