Skip to content

Commit 2a9e44b

Browse files
post review updates and rewording
1 parent 908c7e0 commit 2a9e44b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/ROOT/pages/functions/vector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ As such, the `vector()` function can be used to store the embeddings generated b
3030

3131
| If a `STRING` is used in `vectorValue`, it must start and end with square brackets (`[]`).
3232
The values inside the brackets must be a number represented in either decimal or scientific notation and must be comma separated.
33-
| `null`, `NaN`, and `Infinity` values are not allowed as elements in the `LIST` used as `vectorValue`.
33+
| `null`, `NaN`, and `Infinity` values are not allowed as coordinate values.
3434
| If `vectorValue` contain elements that are not of the specified `coordinateType`, they will be coerced to that coordinate type if possible.
3535
This includes the potential of lossy conversion in cases where a larger type, e.g. `INTEGER64` does not fit into the specified type, e.g. `FLOAT32`.
3636
| `dimension` must be greater than `0` and less than or equal to `4096`.

0 commit comments

Comments
 (0)