From d7354a86a8496a4432b9d27e2eaf5658274ed1f4 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 2 Apr 2024 14:45:25 -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 9ef18fc..5460aa7 100644 --- a/README.md +++ b/README.md @@ -774,7 +774,7 @@ l1_distance(halfvec, halfvec) → double precision | taxicab distance | unreleas ### Bit Type -Each bit vector takes `dimensions / 8 + (5 or 8)` bytes of storage. See the [Postgres docs](https://www.postgresql.org/docs/current/datatype-bit.html) for more info. +Each bit vector takes `dimensions / 8 + 8` bytes of storage. See the [Postgres docs](https://www.postgresql.org/docs/current/datatype-bit.html) for more info. ### Bit Operators