Skip to content

Commit 91813c9

Browse files
authored
Merge pull request #2 from nachoalonsoportillo/patch
Fix extension name
2 parents b0601c6 + be5a62f commit 91813c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Follow these steps to deploy a PostgreSQL Flexible Server to Azure with the pgve
113113
python examples/sqlalchemy_async.py
114114
```
115115

116-
Note that each of the script starts off with a `CREATE EXTENSION pgvector;` command, which will install the pgvector extension into the database. Once you run that once, you do not need to run it again.
116+
Note that each of the script starts off with a `CREATE EXTENSION vector;` command, which will install the pgvector extension into the database. Once you run that once, you do not need to run it again.
117117

118118
## Example scripts
119119

0 commit comments

Comments
 (0)