You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/targets/kuzu.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ The `Kuzu` target spec takes the following fields:
21
21
22
22
*`connection` ([auth reference](/docs/core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Kuzu database. `KuzuConnectionSpec` has the following fields:
23
23
*`api_server_url` (`str`): The URL of the Kuzu API server, e.g. `http://localhost:8123`.
24
-
*`mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](#nodes-to-export) or [relationships to export](#relationships-to-export).
24
+
*`mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](./index.md#nodes-to-export) or [relationships to export](./index.md#relationships-to-export).
25
25
26
26
Kuzu also provides a declaration spec `KuzuDeclaration`, to configure indexing options for nodes only referenced by relationships. It has the following fields:
27
27
28
28
*`connection` (auth reference to `KuzuConnectionSpec`)
29
-
* Fields for [nodes to declare](#declare-extra-node-labels), including
29
+
* Fields for [nodes to declare](./index.md#declare-extra-node-labels), including
Copy file name to clipboardExpand all lines: docs/docs/targets/neo4j.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ The `Neo4j` target spec takes the following fields:
23
23
*`user` (`str`): Username for the Neo4j database.
24
24
*`password` (`str`): Password for the Neo4j database.
25
25
*`db` (`str`, optional): The name of the Neo4j database to use as the internal storage, e.g. `neo4j`.
26
-
*`mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](#nodes-to-export) or [relationships to export](#relationships-to-export).
26
+
*`mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](./index.md#nodes-to-export) or [relationships to export](./index.md#relationships-to-export).
27
27
28
28
Neo4j also provides a declaration spec `Neo4jDeclaration`, to configure indexing options for nodes only referenced by relationships. It has the following fields:
29
29
30
30
*`connection` (auth reference to `Neo4jConnectionSpec`)
31
-
* Fields for [nodes to declare](#declare-extra-node-labels), including
31
+
* Fields for [nodes to declare](./index.md#declare-extra-node-labels), including
0 commit comments