From 0da7cde08f6eb4d32efc2963c245409ab3faa3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Fri, 15 May 2026 15:21:40 +0200 Subject: [PATCH] small note about accessing vector elements --- modules/ROOT/pages/values-and-types/vector.adoc | 1 + 1 file changed, 1 insertion(+) 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].