Skip to content

Commit 610b369

Browse files
authored
Merge pull request #68 from studnitz/patch-1
Fix typo in README
2 parents a75749e + 10e67af commit 610b369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ $table->labelTree(string $column);
757757
The vector type can be used to store and search for embeddings created by AI providers like OpenAI.
758758
```php
759759
// @see https://github.com/pgvector/pgvector
760-
$table->xml(string $column, int $dimensions = 1536);
760+
$table->vector(string $column, int $dimensions = 1536);
761761
```
762762

763763
> **Note**

0 commit comments

Comments
 (0)