AgentGPT icon indicating copy to clipboard operation
AgentGPT copied to clipboard

Database?

Open Klaudioz opened this issue 2 years ago • 2 comments

Hello, I'm starting to research this project and I want to use Vercel to host my experiments, but I'm confused about the DB.

First at all, what's doing the DB?. It's not mentioned in the README.md

Second, the teck stack is mentioning:

Database: [Supabase](https://supabase.com/).

But few lines below, in Manual Setup, 4, I can see the env files is mentioning a sqlite db:

DATABASE_URL=file:./db.sqlite

So I'd like to have more clarity about how to deploy it with Vercel. I'm using https://vercel.com/templates/next.js/agent-gpt

Klaudioz avatar Apr 28 '23 21:04 Klaudioz

Hi @Klaudioz, good spot here as it seems our documentation is a little out of date.

To answer your question the database is used in production for authentication and so that users and save/share thier agents with others.

I will hopefully update this documentation later today.

awtkns avatar Apr 30 '23 14:04 awtkns

Same question. Susbcribed to the reply

sutidor avatar May 04 '23 17:05 sutidor