Make max dimensions consistent across types [skip ci]

This commit is contained in:
Andrew Kane
2024-03-28 16:41:13 -07:00
parent 4f1a379638
commit 49bc34caf3
3 changed files with 5 additions and 3 deletions

View File

@@ -722,7 +722,7 @@ sum(vector) → vector | sum | 0.5.0
### Halfvec Type
Each half vector takes `2 * dimensions + 8` bytes of storage. Each element is a half-precision floating-point number, and all elements must be finite (no `NaN`, `Infinity` or `-Infinity`). Half vectors can have up to 32,000 dimensions.
Each half vector takes `2 * dimensions + 8` bytes of storage. Each element is a half-precision floating-point number, and all elements must be finite (no `NaN`, `Infinity` or `-Infinity`). Half vectors can have up to 16,000 dimensions.
### Halfvec Operators