-
Notifications
You must be signed in to change notification settings - Fork 497
canonical links for 4.4 #4403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.4
Are you sure you want to change the base?
canonical links for 4.4 #4403
Conversation
@@ -38,6 +38,7 @@ With hostOrKey=null, the default is 'http://localhost:6333'. | |||
|
|||
|
|||
=== Examples | |||
:page-custom-canonical: https://neo4j.com/labs/apoc/5/database-integration/vectordb/qdrant/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -39,6 +39,7 @@ where the 1st parameter can be a key defined by the apoc config `apoc.weaviate.< | |||
With hostOrKey=null, the default is 'http://localhost:8080/v1'. | |||
|
|||
=== Examples | |||
:page-custom-canonical: https://neo4j.com/labs/apoc/5/database-integration/vectordb/weaviate/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -31,5 +31,6 @@ apoc.import.file.use_neo4j_config=false | |||
|
|||
[WARNING] | |||
==== | |||
:page-custom-canonical: https://neo4j.com/labs/apoc/5/import/includes/enableFileImport/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -5,6 +5,7 @@ APOC provides a list of functions to rebind nodes and relationships: | |||
* `apoc.any.rebind(map/list/paths/...)` | |||
== Why use these functions | |||
:page-custom-canonical: https://neo4j.com/labs/apoc/5/operational/rebind/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -7,6 +7,7 @@ label:function[] label:apoc-full[] | |||
apoc.agg.position(element, value) - Returns index of the `element` that match the given `value` | |||
|
|||
== Signature | |||
:page-custom-canonical: https://neo4j.com/labs/apoc/5/overview/apoc.agg/apoc.agg.position/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -7,6 +7,7 @@ label:function[] label:apoc-full[] | |||
apoc.agg.row(element, predicate) - Returns index of the `element` that match the given `predicate` | |||
|
|||
== Signature | |||
:page-custom-canonical: https://neo4j.com/labs/apoc/5/overview/apoc.agg/apoc.agg.row/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -7,6 +7,7 @@ label:procedure[] | |||
`apoc.load.arrow(file STRING, config MAP<STRING, ANY>)` - imports values from the provided Arrow file. | |||
|
|||
== Signature | |||
:page-custom-canonical: https://neo4j.com/docs/apoc/current/overview/apoc.load/apoc.load.arrow/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -7,6 +7,7 @@ label:procedure[] | |||
`apoc.load.arrow.stream(source LIST<INTEGER>, config MAP<STRING, ANY>)` - imports values from the provided Arrow byte array. | |||
|
|||
== Signature | |||
:page-custom-canonical: https://neo4j.com/docs/apoc/current/overview/apoc.load/apoc.load.arrow.stream/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
@@ -18,6 +18,7 @@ include::example$generated-documentation/apoc.graph.validateDocument.adoc[] | |||
|=== | |||
|
|||
== `apoc.graph.fromDocument` | |||
:page-custom-canonical: https://neo4j.com/docs/apoc/current/virtual/virtual-graph/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misplaced?
/labs/apoc/{v}/*
to/docs/apoc/current/*
/labs/apoc/{v}/*
to/labs/apoc/{current}/*