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 @@ -60,7 +60,7 @@ Statement setupStmt = conn.createStatement();
6060setupStmt. executeUpdate(" CREATE EXTENSION IF NOT EXISTS vector" );
6161```
6262
63- Register the vector type with your connection
63+ Register the types with your connection
6464
6565``` java
6666PGvector . registerTypes(conn);
@@ -241,7 +241,7 @@ val setupStmt = conn.createStatement()
241241setupStmt.executeUpdate(" CREATE EXTENSION IF NOT EXISTS vector" )
242242```
243243
244- Register the vector type with your connection
244+ Register the types with your connection
245245
246246``` kotlin
247247PGvector .registerTypes(conn)
@@ -301,7 +301,7 @@ def setupStmt = conn.createStatement()
301301setupStmt.executeUpdate("CREATE EXTENSION IF NOT EXISTS vector")
302302```
303303
304- Register the vector type with your connection
304+ Register the types with your connection
305305
306306``` groovy
307307PGvector.registerTypes(conn)
@@ -409,7 +409,7 @@ val setupStmt = conn.createStatement()
409409setupStmt. executeUpdate(" 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``` scala
415415PGvector .registerTypes(conn)
You can’t perform that action at this time.
0 commit comments