Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/pages/clauses/delete.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: The `DELETE` clause is used to delete nodes, relationships or paths.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/ads/data-analysis.adoc[]

[[query-delete]]
= DELETE
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/clauses/load-csv.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:description: `LOAD CSV` is used to import data from CSV files into a Neo4j database.
:table-caption!:
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/importing-cypher/ad.adoc[]

= LOAD CSV

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/clauses/match.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: The `MATCH` clause is used to search for the pattern described in it.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/ads/data-analysis.adoc[]

[[query-match]]
= MATCH
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/pages/constraints/examples.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:description: Examples of how to manage constraints used for ensuring data integrity.
:page-toclevels: 1
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]

[[constraints-examples]]
= Examples

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/constraints/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: This section explains how to manage constraints used for ensuring data integrity.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]

[[constraints]]
= Constraints
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/functions/aggregating.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Aggregating functions take a set of values and calculate an aggregated value over them.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-aggregation/ad.adoc[]

[[query-functions-aggregating]]
= Aggregating functions
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/genai-integrations.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:description: Information about Neo4j's GenAI integrations.
:page-role: enterprise-edition new-5.17
:test-setup-dump: https://github.com/neo4j-graph-examples/recommendations/raw/main/data/recommendations-50.dump
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/llm-fundamentals/ad.adoc[]

[[genai-integrations]]
= GenAI integrations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
:description: This page explains how to manage indexes used for search performance.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]

= Create, show, and delete indexes

This page describes how to create, list, and delete search-performance indexes.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:description: Information about how search-performance indexes impact query performance in Neo4j.
:test-setup-dump: https://github.com/neo4j-graph-examples/openstreetmap/raw/main/data/openstreetmap-50.dump
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]

= The impact of indexes on query performance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:page-role: new-5.13
:test-setup-dump: https://github.com/neo4j-graph-examples/recommendations/raw/main/data/recommendations-embeddings-50.dump
:l2-norm: image:l2.svg["l2"]-norm
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/llm-vectors-unstructured/ad.adoc[]

= Vector indexes

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/queries/basic.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Basic queries
:description: This section provides an overview of some basic Cypher queries using the Neo4j movie database.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/ads/data-analysis.adoc[]

This page contains information about how to create, query, and delete a graph database using Cypher.
For more advanced queries, see the section on xref:subqueries/index.adoc[].
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/queries/concepts.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[[core-concepts]]
= Core concepts
:description: this page describes the three fundamental concepts of a Cypher query: nodes, relationships, and patterns.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-fundamentals/ad.adoc[]

Fundamentally, a Neo4j graph database consists of three core entities: nodes, relationships, and paths.
Cypher queries are constructed to either match or create these entities in a graph.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/values-and-types/lists.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Cypher has comprehensive support for lists.
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-aggregation/ad.adoc[]

[[cypher-lists]]
= Lists
Expand Down