From 494087222f7ec331d39edf7fabd8e6afa1a8d97d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 7 Apr 2024 20:02:17 -0700 Subject: [PATCH] Removed note [skip ci] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4e178cc..21868c8 100644 --- a/README.md +++ b/README.md @@ -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