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
To be merged when the GenAI manual is published. Also, I think it's a
good idea to add a sentence or two stating that these procedures can be
found in the new manual. This maybe also apply to apoc. We can discuss.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/procedures.adoc
+2-55Lines changed: 2 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1226,13 +1226,13 @@ It is therefore not supported by the parallel runtime.
1226
1226
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
| `index` | `INTEGER` | The index of the corresponding element in the input list.
1398
-
| `resource` | `STRING` | The name of the input resource.
1399
-
| `vector` | `ANY` | The generated vector embedding for the resource.
1400
-
| *Mode* 3+| DEFAULT
1401
-
|===
1402
-
1403
-
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/genai-integrations/#multiple-embeddings[Cypher Manual -> Generating a batch of embeddings].
1404
-
1405
-
.Known issue
1406
-
[NOTE]
1407
-
====
1408
-
Procedure signatures from `SHOW PROCEDURES` renders the vector arguments with a type of `ANY` rather than the semantically correct type of `LIST<INTEGER | FLOAT>`.
1409
-
The types are still enforced as `LIST<INTEGER | FLOAT>`.
0 commit comments