You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -199,7 +199,7 @@ Too large a batch size may also exceed the provider's threshold.
199
199
<4> A xref:subqueries/subqueries-in-transactions.adoc[`CALL` subquery] executes a separate transaction for each batch.
200
200
Note that this `CALL` subquery uses a xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause] (introduced in Neo4j 5.23) to import variables.
201
201
If you are using an older version of Neo4j, use an xref:subqueries/call-subquery.adoc#importing-with[importing `WITH` clause] instead.
202
-
<5> `resources` is a list of strings, each being the concatenation of `title` and `plot` of one movie.
202
+
<5> `batch` is a list of strings, each being the concatenation of `title` and `plot` of one movie.
203
203
<6> The procedure sets `vector` as value for the property named `embedding` for the node at position `batchStart + index` in the `moviesList`.
204
204
<7> Set to `1` the amount of batches to be processed at once.
0 commit comments