@@ -10,21 +10,15 @@ import { ExampleButton } from '../../src/components/GitHubButton';
1010For each target, data are exported from a data collector, containing data of multiple entries, each with multiple fields.
1111The way to map data from a data collector to a target depends on data model of the target.
1212
13+ ## Targets Overview
1314
14- | Documentation | Type |
15+ | Documentation | See Also |
1516| ------------------| -------------------------|
16- | [ Postgres] ( ./targets/postgres ) | Entry-oriented Targets |
17- | [ Qdrant] ( ./targets/qdrant ) | Entry-oriented Targets |
18- | [ LanceDB] ( ./targets/lancedb ) | Entry-oriented Targets |
19- | [ Neo4j] ( ./targets/neo4j ) | [ Property graph Targets] ( #property-graph-targets ) |
20- | [ Kuzu] ( ./targets/kuzu ) | [ Property graph Targets] ( #property-graph-targets ) |
21-
22-
23- ## Entry-Oriented Targets
24-
25- An entry-oriented target organizes data into independent entries, such as rows, key-value pairs, or documents.
26- Each entry is self-contained and does not explicitly link to others.
27- There is usually a straightforward mapping from data collector rows to entries.
17+ | [ Postgres] ( /docs/targets/postgres ) | Relational Database, Vector Search (PGVector) |
18+ | [ Qdrant] ( /docs/targets/qdrant ) | Vector Database, Keyword Search |
19+ | [ LanceDB] ( /docs/targets/lancedb ) | Vector Database, Keyword Search |
20+ | [ Neo4j] ( /docs/targets/neo4j ) | [ Property graph] ( #property-graph-targets ) |
21+ | [ Kuzu] ( /docs/targets/kuzu ) | [ Property graph] ( #property-graph-targets ) |
2822
2923
3024## Property Graph Targets
0 commit comments