Skip to content

Commit

Permalink
Add export / import data back (#630)
Browse files Browse the repository at this point in the history
* Export chats and settings

* Migrate setting array item index to use UUID for importing and exporting

* Import chats and settings

* Add import log

---------

Co-authored-by: Sun Zhigang <[email protected]>
  • Loading branch information
tanchekwei and sunner authored Nov 25, 2023
1 parent 5953dba commit 3ed50a8
Show file tree
Hide file tree
Showing 8 changed files with 600 additions and 107 deletions.
30 changes: 16 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"compare-versions": "^6.1.0",
"core-js": "^3.32.2",
"dexie": "^4.0.1-alpha.25",
"dexie-export-import": "^4.0.7",
"electron-builder": "^24.6.4",
"jszip": "^3.10.1",
"katex": "^0.16.8",
"langchain": "~0.0.156",
"localforage": "^1.10.0",
Expand Down
Loading

1 comment on commit 3ed50a8

@vercel
Copy link

@vercel vercel bot commented on 3ed50a8 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.