Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Conversation Histories for Different Users #122

Open
Emil-io opened this issue Oct 17, 2024 · 0 comments
Open

Separate Conversation Histories for Different Users #122

Emil-io opened this issue Oct 17, 2024 · 0 comments
Labels

Comments

@Emil-io
Copy link
Contributor

Emil-io commented Oct 17, 2024

Description:

The current InMemoryChatMessageStore and ChatMessageRetriever mixes conversation histories across different users and open chat windoes, making it difficult to maintain personalized conversations.

Feature Request:

Add a way to separate conversation histories for different users in InMemoryChatMessageStore and ChatMessageRetriever. (e.g., associate each ChatMessage with a unique chat_id to keep user conversations separate.)

These features would ensure each user's history remains private and accurate.

@Emil-io Emil-io changed the title ChatMessage Retriever Separate Conversation Histories for Different Users Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants