Run these SQL files in order against your PostgreSQL database:
psql $DATABASE_URL -f migrations/001_extensions.sql
psql $DATABASE_URL -f migrations/002_images.sql
psql $DATABASE_URL -f migrations/003_loras.sqlThese are only needed for production use with PostgreSQL + pgvector. Local demos use in-memory storage and don't require a database.