Skip to content

Commit 0697dbe

Browse files
Update recommendations dataset URL.
1 parent 3ce0fcf commit 0697dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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]

0 commit comments

Comments
 (0)