Skip to content

Commit

Permalink
Updated formatting [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 18, 2023
1 parent 13d8433 commit 690ea39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ await connection.execute("CREATE EXTENSION IF NOT EXISTS vector");
Create a table

```dart
await connection.execute(
"CREATE TABLE items (id bigserial PRIMARY KEY, embedding vector(3))");
await connection.execute("CREATE TABLE items (id bigserial PRIMARY KEY, embedding vector(3))");
```

Insert vectors
Expand Down

0 comments on commit 690ea39

Please sign in to comment.