Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-04-29 10:41:40 -07:00
parent 3849f0fd3d
commit 999a2e53dd

View File

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