Datasets:
Update README.md
Browse filesthe command `vectors CASCADE` will include `pgvector` automatically.
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
|