-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Description:
Enable HackerAI to reference and learn from previous conversation history when responding to user queries. Add a toggle option in Settings → Personalization tab that allows users to opt-in to having the AI search through their past chats for relevant context and information.
Objective:
Allow HackerAI to provide more contextual and personalized responses by referencing information from user's previous conversations.
Actions and Considerations (ACC):
- Add "Reference chat history" toggle option in Settings → Personalization tab
- Disable chat history referencing for temporary chats regardless of setting
- Explore implementation approaches: potentially add tool for searching previous conversations
- Consider using Convex text search (https://docs.convex.dev/search/text-search) or alternative search solutions
- Determine optimal scope and recency of chat history to search
- Handle performance and token usage implications of searching chat history
Expected Outcomes:
- Users can opt-in to chat history referencing
- HackerAI provides more contextual responses using information from past conversations
- Feature respects privacy by being opt-in and disabled for temporary chats
- Efficient search implementation for retrieving relevant historical context