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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
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
6
for a free database on [postgresml.org](https://postgresml.org).
7
7
8
+
We're using `curl` to make requests to the app, so if you don't have it already install both `curl` and `jq`.
9
+
8
10
### Virtualenv
9
11
10
12
It's recommended to use a virtual environment to run this example. You can create one using the following commands:
0 commit comments