// Chat app that lets you ask questions in plain English and query your PostgreSQL database.
| name | natural-language-postgres |
| description | Chat app that lets you ask questions in plain English and query your PostgreSQL database. |
A demo app that lets you ask questions in plain English and get answers from your database.
git clone --depth 1 https://github.com/Eng0AI/natural-language-postgres.git .
If the directory is not empty:
git clone --depth 1 https://github.com/Eng0AI/natural-language-postgres.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template
rm -rf .git
git init
pnpm install
Create .env with required variables:
POSTGRES_URL - PostgreSQL connection stringOPENAI_API_KEY or other LLM provider keypnpm build
pnpm dev