You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example application requires a PostgreSQL database with the PostgresML and pgvector extensions installed. The easiest way to get one is to sign up
6
+
for a free database on [postgresml.org](https://postgresml.org).
7
+
8
+
9
+
### Setting `DATABASE_URL`
10
+
11
+
In your shell, export the `DATABASE_URL` variable with the connection string to your database. For example:
0 commit comments