Database?
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
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.
Same question. Susbcribed to the reply