Leask commited on
Commit
1e1514b
·
verified ·
1 Parent(s): 4e611f9

Update README.md

Browse files

the command `vectors CASCADE` will include `pgvector` automatically.

Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -57,7 +57,6 @@ Ensure extensions are enabled, connect to the database using the psql, and run t
57
  ```sql
58
  CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
59
  CREATE EXTENSION IF NOT EXISTS pg_search CASCADE;
60
- CREATE EXTENSION IF NOT EXISTS vectors CASCADE;
61
  ```
62
 
63
  ## Uses
 
57
  ```sql
58
  CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
59
  CREATE EXTENSION IF NOT EXISTS pg_search CASCADE;
 
60
  ```
61
 
62
  ## Uses