diff --git a/modules/ROOT/pages/values-and-types/vector.adoc b/modules/ROOT/pages/values-and-types/vector.adoc index 764a15150..fddeed329 100644 --- a/modules/ROOT/pages/values-and-types/vector.adoc +++ b/modules/ROOT/pages/values-and-types/vector.adoc @@ -266,5 +266,6 @@ Moreover, reducing a vector's coordinate type (e.g., from `INTEGER16` to `INTEGE [TIP] You can convert vectors into lists via the functions xref:functions/list.adoc#functions-tointegerlist[`toIntegerList()`] and xref:functions/list.adoc#functions-tofloatlist[`toFloatList()`]. +This is necessary if you want to access individual elements in a vector. For information about how to store embeddings as `VECTOR` values with the GenAI plugin, see link:https://neo4j.com/docs/genai/plugin/current/embeddings/[GenAI documentation -> Create and store embeddings in a Neo4j database].