Skip to content

Commit 3f1fcb4

Browse files
authored
Merge branch 'dev' into dev_add_dynamic_label_expressions
2 parents 0cc0b3e + 0697dbe commit 3f1fcb4

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

modules/ROOT/pages/indexes/semantic-indexes/vector-indexes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:description: Information about creating, querying, and deleting vector indexes with Cypher.
2-
:test-setup-dump: https://github.com/neo4j-graph-examples/recommendations/raw/main/data/recommendations-embeddings-25.dump
2+
:test-setup-dump: https://github.com/neo4j-graph-examples/recommendations/raw/refs/heads/main/data/recommendations-embeddings-aligned-5.26.dump
33
:l2-norm: image:l2.svg["l2"]-norm
44
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/llm-vectors-unstructured/ad.adoc[]
55

@@ -26,7 +26,7 @@ image::vector-index-graph.svg[Graph example connecting movie to person nodes via
2626

2727
The graph contains 28863 nodes and 332522 relationships.
2828

29-
To recreate the graph, download and import this link:https://github.com/neo4j-graph-examples/recommendations/raw/main/data/recommendations-embeddings-50.dump[dump file] to an empty Neo4j database.
29+
To recreate the graph, download and import this link:https://github.com/neo4j-graph-examples/recommendations/raw/refs/heads/main/data/recommendations-embeddings-aligned-5.26.dump[dump file] to an empty Neo4j database.
3030
Dump files can be imported for both link:{neo4j-docs-base-uri}/aura/classic/auradb/importing/import-database/[Aura] and link:{neo4j-docs-base-uri}/operations-manual/current/backup-restore/restore-dump/[on-prem] instances.
3131

3232
[NOTE]

modules/ROOT/pages/queries/composed-queries/sequential-queries.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,14 @@ RETURN customer.firstName AS plantCustomer
381381
| "Niko"
382382

383383
1+d|Rows: 6
384-
|===
384+
|===
385+
386+
387+
[[next-unsupported-behavior]]
388+
== Known limitations
389+
390+
`NEXT` currently does not support the following when they are used in a `UNION` query, wrapped in braces or after a `USE` clause:
391+
392+
* updating queries such as `CREATE` or `MERGE`,
393+
* `DISTINCT`,
394+
* aggregations.

0 commit comments

Comments
 (0)