Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2024-04-02 14:45:25 -07:00
parent daba71694b
commit d7354a86a8

View File

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