-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat: Add chat history backup and restore functionality" #280
Conversation
This is a simple feature to backup and restore the projects, mainly helpful if you need to clear browser history and restore on the same system, or to take it around different systems. I kept the changes very minimal to not affect any existing code. one way to use it is also you could edit the backed up chat history in case you want to remove unwanted information to reduce the chat length and hence meet the context length when it gets too big. I might make this possible in the future. |
Was thinking to add this too, but do it per one chat, not all of them |
|
@sidbetatester Could you reply to @wonderwhy-er feedback when you get the chance? Thanks for that by the way Eduard! |
@coleam00 Thanks for the follow-up! Hope you all had a wonderful Thanksgiving holiday! Hi Eduard (@wonderwhy-er), Sorry I was a little busy the last couple of weeks and couldn't respond sooner. Thank you for the review and feedback. I just downloaded the latest main branch and see a lot of improvements. It seems like someone was kind enough to clean up the conflicts and incorporate the improvements suggested above, and it looks a lot more polished now! What should we do now? Is there anything else you need me to do? |
can you resolve this conflicts, I will review and merge |
Hi Anirban @thecodacus |
continuing in #871 |
Added chat history backup and restore functionality:
Features and Usage
Export Chat History
bolt-chat-history-[date].json
will be downloadedImport Chat History
Technical Changes
Error Handling
Notes