Start the database
PostGIS + pgvector for wells, soils, and AgriLife chunks
- Copy the environment template and add your keys
- Start PostgreSQL with the project schema
cp .env.example .env && docker compose up -d db
Pro tip: Wait until `docker compose ps` shows the db container as healthy.