Skip to content
Merged
Changes from 1 commit
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
12 changes: 8 additions & 4 deletions modules/ROOT/pages/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,14 @@
| Cypher graph query language
| {check-mark}
| {check-mark}
| _Slotted_ Cypher runtime
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-slotted-runtime[_Slotted_ Cypher runtime]
| {check-mark}
| {check-mark}
| _Pipelined_ Cypher runtime (faster)
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-pipelined-runtime[_Pipelined_ Cypher runtime] (faster)|
| {check-mark}
| {check-mark}
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/runtimes/concepts/#runtimes-parallel-runtime[_Parallel_ Cypher runtime] label:enterprise-edition[Enterprise Edition]
label:deprecated[Introduced in 5.13]
|
| {check-mark}
| Listing and terminating running queries
Expand All @@ -118,7 +122,7 @@
| Bolt Protocol
| {check-mark}
| {check-mark}
| Language drivers for C#, Go, Java, JavaScript & Python footnote:sepinstall[Must be downloaded and installed separately.]
| Language drivers for link:https://neo4j.com/docs/dotnet-manual/current/[.NET], link:https://neo4j.com/docs/go-manual/current/[Go], link:https://neo4j.com/docs/java-manual/current/[Java], link:https://neo4j.com/docs/javascript-manual/current/[JavaScript], and link:https://neo4j.com/docs/python-manual/current/[Python] footnote:sepinstall[Must be downloaded and installed separately.]
| {check-mark}
| {check-mark}
| High-performance native API
Expand All @@ -145,7 +149,7 @@
| Full-text node & relationship indexes
| {check-mark}
| {check-mark}
| Vector indexes label:new[Introduced in Neo4j 5.13]
| link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13]
| {check-mark}
| {check-mark}
| Property uniqueness constraints
Expand Down Expand Up @@ -217,7 +221,7 @@
| Neo4j Operations Manager
|
| {check-mark}

Check failure on line 224 in modules/ROOT/pages/introduction.adoc

View workflow job for this annotation

GitHub Actions / docs-verify-pr / log-report

modules/ROOT/pages/introduction.adoc

dropping cells from incomplete row detected end of table
|===

[NOTE]
Expand Down
Loading