From daba71694b66416eaecd16b7a1441eabdbc19028 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 2 Apr 2024 14:39:14 -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 4a78093..9ef18fc 100644 --- a/README.md +++ b/README.md @@ -792,7 +792,7 @@ jaccard_distance(bit, bit) → double precision | Jaccard distance | unreleased ### Sparsevec Type -Each sparse vector takes `8 * nnz + 16` bytes of storage. Each element is a single-precision floating-point number, and all elements must be finite (no `NaN`, `Infinity` or `-Infinity`). +Each sparse vector takes `8 * non-zero elements + 16` bytes of storage. Each element is a single-precision floating-point number, and all elements must be finite (no `NaN`, `Infinity` or `-Infinity`). Sparse vectors can have up to 100,000 dimensions. ### Sparsevec Operators