mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Updated readme [skip ci]
This commit is contained in:
@@ -801,7 +801,7 @@ jaccard_distance(bit, bit) → double precision | Jaccard distance | unreleased
|
|||||||
|
|
||||||
### Sparsevec Type
|
### Sparsevec Type
|
||||||
|
|
||||||
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.
|
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 16,000 non-zero elements.
|
||||||
|
|
||||||
### Sparsevec Operators
|
### Sparsevec Operators
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user