Skip to content

Commit

Permalink
Merge pull request #68 from studnitz/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
tpetry authored Oct 31, 2023
2 parents a75749e + 10e67af commit 610b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ $table->labelTree(string $column);
The vector type can be used to store and search for embeddings created by AI providers like OpenAI.
```php
// @see https://github.com/pgvector/pgvector
$table->xml(string $column, int $dimensions = 1536);
$table->vector(string $column, int $dimensions = 1536);
```

> **Note**
Expand Down

0 comments on commit 610b369

Please sign in to comment.