postgresml / postgresml

The GPU-powered AI application database. Get your app to market faster using the simplicity of SQL and the latest NLP, ML + LLM models.

Home Page:https://postgresml.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DROP TABLES at the end of tutorial 1 are not commented out

rngadam opened this issue · comments

Run All executes these DROP:

DROP TABLE IF EXISTS products CASCADE;

the text above implies these would be initially commented out?

expected:

image

We'll need a migration to update this