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);