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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@
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
+
### Virtualenv
9
+
10
+
It's recommended to use a virtual environment to run this example. You can create one using the following commands:
0 commit comments