Skip to content

Commit d1033a2

Browse files
Added ga promos (#1005)
1 parent 2e5ce07 commit d1033a2

File tree

13 files changed

+15
-0
lines changed

13 files changed

+15
-0
lines changed

modules/ROOT/pages/clauses/delete.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: The `DELETE` clause is used to delete nodes, relationships or paths.
2+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/ads/data-analysis.adoc[]
23

34
[[query-delete]]
45
= DELETE

modules/ROOT/pages/clauses/load-csv.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:description: `LOAD CSV` is used to import data from CSV files into a Neo4j database.
22
:table-caption!:
3+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/importing-cypher/ad.adoc[]
34

45
= LOAD CSV
56

modules/ROOT/pages/clauses/match.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: The `MATCH` clause is used to search for the pattern described in it.
2+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/ads/data-analysis.adoc[]
23

34
[[query-match]]
45
= MATCH

modules/ROOT/pages/constraints/examples.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:description: Examples of how to manage constraints used for ensuring data integrity.
22
:page-toclevels: 1
3+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]
4+
35
[[constraints-examples]]
46
= Examples
57

modules/ROOT/pages/constraints/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: This section explains how to manage constraints used for ensuring data integrity.
2+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]
23

34
[[constraints]]
45
= Constraints

modules/ROOT/pages/functions/aggregating.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:description: Aggregating functions take a set of values and calculate an aggregated value over them.
2+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-aggregation/ad.adoc[]
23

34
[[query-functions-aggregating]]
45
= Aggregating functions

modules/ROOT/pages/genai-integrations.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:description: Information about Neo4j's GenAI integrations.
22
:page-role: enterprise-edition new-5.17
33
:test-setup-dump: https://github.com/neo4j-graph-examples/recommendations/raw/main/data/recommendations-50.dump
4+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/llm-fundamentals/ad.adoc[]
45

56
[[genai-integrations]]
67
= GenAI integrations

modules/ROOT/pages/indexes/search-performance-indexes/managing-indexes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
:description: This page explains how to manage indexes used for search performance.
2+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]
3+
24
= Create, show, and delete indexes
35

46
This page describes how to create, list, and delete search-performance indexes.

modules/ROOT/pages/indexes/search-performance-indexes/using-indexes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:description: Information about how search-performance indexes impact query performance in Neo4j.
22
:test-setup-dump: https://github.com/neo4j-graph-examples/openstreetmap/raw/main/data/openstreetmap-50.dump
3+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/cypher-indexes-constraints/ad.adoc[]
34

45
= The impact of indexes on query performance
56

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:page-role: new-5.13
33
:test-setup-dump: https://github.com/neo4j-graph-examples/recommendations/raw/main/data/recommendations-embeddings-50.dump
44
:l2-norm: image:l2.svg["l2"]-norm
5+
include::https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses/llm-vectors-unstructured/ad.adoc[]
56

67
= Vector indexes
78

0 commit comments

Comments
 (0)