Skip to content

Commit d87a110

Browse files
Typo in example
1 parent c743e46 commit d87a110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/genai-integrations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ CALL db.create.setNodeVectorProperty(moviesList[index], 'embedding', vector) //
177177
[source, cypher, role=test-skip]
178178
----
179179
MATCH (m:Movie WHERE m.plot IS NOT NULL)
180-
WITH collect(m) AS moviesList // <1>
180+
WITH collect(m) AS moviesList, // <1>
181181
count(*) AS total,
182182
100 AS batchSize // <2>
183183
UNWIND range(0, total, batchSize) AS batchStart // <3>

0 commit comments

Comments
 (0)