/chat-with-your-base

Open Source chatbot to talk with your Postgres Database

Primary LanguageTypeScript

Chat with your database

The AI that really knows your postgres DB

How to use

  1. Clone the repository

  2. Create a .env.local file with the following environment variables:

NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
OPENAI_API_KEY=your-openai-api-key
  1. Install dependencies
pnpm install
  1. Run the development server
pnpm run dev

It let's you:

Get statistics about your database

Get statistics about your database

Ask it to generate SQL

Ask it to generate SQL

Run SQL

Run SQL

This project uses: