Skip to content

Commit f771f9a

Browse files
committed
Update index.md
1 parent 4123cf1 commit f771f9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/targets/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The way to map data from a data collector to a target depends on data model of t
1414
| Target | Documentation | Type |
1515
|----------|---------------|-------------------------|
1616
| Postgres | [Postgres](./targets/postgres) | Entry-oriented Targets |
17-
| Qdrant | [Qdrant](./qdrant) | Entry-oriented Targets |
17+
| Qdrant | [Qdrant](./targets/qdrant) | Entry-oriented Targets |
1818
| LanceDB | [LanceDB](./targets/lancedb) | Entry-oriented Targets |
1919
| Neo4j | [Neo4j](./targets/neo4j) | [Property graph Targets](#property-graph-targets) |
2020
| Kuzu | [Kuzu](./targets/kuzu) | [Property graph Targets](#property-graph-targets) |
@@ -121,13 +121,13 @@ graph TD
121121

122122
### Declare Extra Node Labels
123123

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](../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.
125125

126126
The dataclass to describe the declaration is specific to each target (e.g. `cocoindex.targets.Neo4jDeclarations`),
127127
while they share the following common fields:
128128

129129
* `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).
131131
* `primary_key_fields` (required)
132132
* `vector_indexes` (optional)
133133

0 commit comments

Comments
 (0)