Skip to content

Commit f86aa96

Browse files
minor changes
1 parent 2b42ccf commit f86aa96

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/ROOT/pages/expressions/predicates/type-predicate-expressions.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ RETURN val, val IS :: INTEGER AS isInteger
4444

4545
Whilst it is not possible to store a xref:values-and-types/vector.adoc[`VECTOR`] value without a coordinate type and dimension, it is possible to use the `VECTOR` supertype (encompassing all combinations of `VECTOR<TYPE>(DIMENSION)`) in type predicate expressions.
4646

47+
The following examples uses a `VECTOR` (constructed using the xref:functions/vector.adoc#functions-vector[`vector()` function]) with `3` dimensions and `INTEGER8` coordinate type.
48+
4749
.Verify a `VECTOR<TYPE>(DIMENSION)` value against the `VECTOR` supertype
4850
[source, cypher]
4951
----

modules/ROOT/pages/values-and-types/vector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For example, using a `FLOAT32` coordinate type for a `VECTOR` can reduce storage
165165
For information about how to store embeddings generated by Neo4j as `VECTOR` values xref:genai-integrations.adoc[GenAI plugin] see:
166166

167167
* xref:genai-integrations.adoc#store-single-embedding-vector[Store a single embedding as a `VECTOR` property]
168-
* xref:genai-integrations.adoc#store-multiple-embeddings-vector[Store multiple embeddings as a `VECTOR` properties]
168+
* xref:genai-integrations.adoc#store-multiple-embeddings-vector[Store multiple embeddings as `VECTOR` properties]
169169

170170
[NOTE]
171171
The GenAI plugin requires an account and API credentials from a supported GenAI provider.

0 commit comments

Comments
 (0)