Skip to content

Commit 883c67a

Browse files
committed
fix sql output for default entityType
1 parent 1cb16c5 commit 883c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/column-types/singlestore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ const table = singlestoreTable('table', {
573573

574574
```sql
575575
CREATE TABLE `table` (
576-
`embedding` vector(10)
576+
`embedding` vector(10, 'F32')
577577
);
578578
```
579579
</Section>

0 commit comments

Comments
 (0)