-
-
Notifications
You must be signed in to change notification settings - Fork 122
Added persistent memory support for chat #20
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
Added persistent memory support for chat #20
Conversation
Thanks for your efforts in improving TalkHeal. |
All the latest changes has been pulled. Here is the deployment link- 🔗 View Live Demo Screenshots of conversation :Earlier:![]() Now:![]() |
Hey @Reetkapoor...
What I could see from other issues is that other contributors are already working on user based authentication features. So instead of implementing that, would it be possible for you to incorporate at least a device/IP based privacy for the chats? Also this is just a discussion/suggestion from my side, to figure out if it's actually possible. If not, then just fix the 1st and 3rd points, I'll merge the PR and we can keep the 2nd point fix for another issue. Thanks for your time, patience and efforts in improving TalkHeal❕ |
…into convo-memory
Hello, @eccentriccoder01 You can check here, Demo |
@Reetkapoor That's great❕And is the message history IP or device specific now❔ |
@eccentriccoder01 I explored IP-based isolation but it's not truly private, since users on the same network share the same memory. If you have a preferred approach, i'd be happy to implement it. |
@Reetkapoor No issues, it's perfectly fine. PR #23 has recently been merged, there's a change in one file. Pull and resolve it quickly and I'll merge your PR! |
@eccentriccoder01 Done ! |
Awesome work! Thanks for your patience and efforts in improving TalkHeal @Reetkapoor ! |
closes: #1
What was done:
1. Persistent storage
2. Session State Sync:
3. Conversational Context Handling:
4. Testing