Removed note [skip ci]

This commit is contained in:
Andrew Kane
2024-04-07 20:02:17 -07:00
parent 4c0b10451f
commit 494087222f

View File

@@ -423,8 +423,6 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate
*Unreleased*
Note: Half vectors currently require AArch64 to be performant
Use the `halfvec` type to store half-precision vectors
```sql