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
If a node label needs to appear as source or target of a relationship, but not exported as a node, you need to [declare](../core/flow_def#target-declarations) the label with necessary configuration.
124
+
If a node label needs to appear as source or target of a relationship, but not exported as a node, you need to [declare](/docs/core/flow_def#target-declarations) the label with necessary configuration.
125
125
126
126
The dataclass to describe the declaration is specific to each target (e.g. `cocoindex.targets.Neo4jDeclarations`),
127
127
while they share the following common fields:
128
128
129
129
*`nodes_label` (required): The label of the node.
130
-
* Options for [storage indexes](../core/flow_def#storage-indexes).
130
+
* Options for [storage indexes](/docs/core/flow_def#storage-indexes).
0 commit comments