From faa33c32d9b6e417c48ebec8ef788e3a56cf888b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 7 Apr 2024 10:55:46 -0700 Subject: [PATCH] Added link to halfvec performance section [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 684dd33..dcba0e8 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ CREATE TABLE items (embedding vector(3), category_id int) PARTITION BY LIST(cate *Unreleased* -Note: Half vectors require compiler support to be performant +Note: Half vectors require [compiler support](#halfvec-performance) to be performant Use the `halfvec` type to store half-precision vectors