8000 Updated readme [skip ci] · roskakori/pgvector-python@91088aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 91088aa

Browse files
committed
Updated readme [skip ci]
1 parent 7793bb0 commit 91088aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Enable the extension
409409
conn.execute('CREATE EXTENSION IF NOT EXISTS vector')
410410
```
411411

412-
Register the vector type with your connection
412+
Register the types with your connection
413413

414414
```python
415415
from pgvector.psycopg import register_vector
@@ -472,7 +472,7 @@ cur = conn.cursor()
472472
cur.execute('CREATE EXTENSION IF NOT EXISTS vector')
473473
```
474474

475-
Register the vector type with your connection or cursor
475+
Register the types with your connection or cursor
476476

477477
```python
478478
from pgvector.psycopg2 import register_vector
@@ -518,7 +518,7 @@ Enable the extension
518518
await conn.execute('CREATE EXTENSION IF NOT EXISTS vector')
519519
```
520520

521-
Register the vector type with your connection
521+
Register the types with your connection
522522

523523
```python
524524
from pgvector.asyncpg import register_vector
@@ -572,7 +572,7 @@ Enable the extension
572572
conn.run('CREATE EXTENSION IF NOT EXISTS vector')
573573
```
574574

575-
Register the vector type with your connection
575+
Register the types with your connection
576576

577577
```python
578578
from pgvector.pg8000 import register_vector

0 commit comments

Comments
 (0)
0