File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ Enable the extension
409409conn.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
415415from pgvector.psycopg import register_vector
@@ -472,7 +472,7 @@ cur = conn.cursor()
472472cur.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
478478from pgvector.psycopg2 import register_vector
@@ -518,7 +518,7 @@ Enable the extension
518518await 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
524524from pgvector.asyncpg import register_vector
@@ -572,7 +572,7 @@ Enable the extension
572572conn.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
578578from pgvector.pg8000 import register_vector
You can’t perform that action at this time.
0 commit comments