Skip to content

Commit 8cc97e5

Browse files
Typo in example
1 parent 0d47b49 commit 8cc97e5

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
@@ -180,7 +180,7 @@ CALL db.create.setNodeVectorProperty(moviesList[index], 'embedding', vector) //
180180
[source, cypher, role=test-skip]
181181
----
182182
MATCH (m:Movie WHERE m.plot IS NOT NULL)
183-
WITH collect(m) AS moviesList // <1>
183+
WITH collect(m) AS moviesList, // <1>
184184
count(*) AS total,
185185
100 AS batchSize // <2>
186186
UNWIND range(0, total, batchSize) AS batchStart // <3>

0 commit comments

Comments
 (0)