dissorial / doc-chatbot

Document chatbot — multiple files, topics, chat windows and chat history. Powered by GPT.
813 stars 137 forks source link

Question about storage location #40

Closed 0xMarsRover closed 1 year ago

0xMarsRover commented 1 year ago

Thanks forsharing this great repo.

I have a quick question. why does the latest version of this repo use localStorage instead of MongoDB? Privacy information is leaked if using local one. Thanks.

Kind regards. Kai

dissorial commented 1 year ago

Because it seeems like the percentage of people who want to run this locally is significantly greater than the percentage of people who want to deploy this app. If someone wants to run this locally, then setting up mongodb, nextauth/google-auth and other things would be an unnecessary step.

0xMarsRover commented 1 year ago

Thanks for your reply!