From 999a2e53dd07512ec02916acdfa1839dfaa7f7d1 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 29 Apr 2024 10:41:40 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c54e24..abf63bf 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ CREATE TABLE items (id bigserial PRIMARY KEY, embedding halfvec(3)); *Added in 0.7.0* -Index vectors at half precision for smaller indexes and faster build times +Index vectors at half precision for smaller indexes ```sql CREATE INDEX ON items USING hnsw ((embedding::halfvec(3)) halfvec_l2_ops);