Skip to content

Commit ffdaadc

Browse files
committed
fix links
1 parent 2280801 commit ffdaadc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/docs/targets/entry-oriented/postgres.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ CocoIndex automatically strips U+0000 (NUL) characters from strings before expor
4141

4242
The spec takes the following fields:
4343

44-
* `database` ([auth reference](../core/flow_def#auth-registry) to `DatabaseConnectionSpec`, optional): The connection to the Postgres database.
45-
See [DatabaseConnectionSpec](../core/settings#databaseconnectionspec) for its specific fields.
44+
* `database` ([auth reference](../../core/flow_def#auth-registry) to `DatabaseConnectionSpec`, optional): The connection to the Postgres database.
45+
See [DatabaseConnectionSpec](../../core/settings#databaseconnectionspec) for its specific fields.
4646
If not provided, will use the same database as the [internal storage](/docs/core/basics#internal-storage).
4747

4848
* `table_name` (`str`, optional): The name of the table to store to. If unspecified, will use the table name `[${AppNamespace}__]${FlowName}__${TargetName}`, e.g. `DemoFlow__doc_embeddings` or `Staging__DemoFlow__doc_embeddings`.

docs/docs/targets/entry-oriented/qdrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For all other vector types, we map to Qdrant payload as JSON arrays.
3838

3939
The spec takes the following fields:
4040

41-
* `connection` ([auth reference](../core/flow_def#auth-registry) to `QdrantConnection`, optional): The connection to the Qdrant instance. `QdrantConnection` has the following fields:
41+
* `connection` ([auth reference](../../core/flow_def#auth-registry) to `QdrantConnection`, optional): The connection to the Qdrant instance. `QdrantConnection` has the following fields:
4242
* `grpc_url` (`str`): The [gRPC URL](https://qdrant.tech/documentation/interfaces/#grpc-interface) of the Qdrant instance, e.g. `http://localhost:6334/`.
4343
* `api_key` (`str`, optional). API key to authenticate requests with.
4444

docs/docs/targets/property-graph/kuzu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CocoIndex supports talking to Kuzu through its [API server](https://github.com/k
1616

1717
The `Kuzu` target spec takes the following fields:
1818

19-
* `connection` ([auth reference](../core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Kuzu database. `KuzuConnectionSpec` has the following fields:
19+
* `connection` ([auth reference](../../core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Kuzu database. `KuzuConnectionSpec` has the following fields:
2020
* `api_server_url` (`str`): The URL of the Kuzu API server, e.g. `http://localhost:8123`.
2121
* `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).
2222

docs/docs/targets/property-graph/neo4j.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Read [Property Graph Targets](../property-graph/index.md) for more information t
1616

1717
The `Neo4j` target spec takes the following fields:
1818

19-
* `connection` ([auth reference](../core/flow_def#auth-registry) to `Neo4jConnectionSpec`): The connection to the Neo4j database. `Neo4jConnectionSpec` has the following fields:
19+
* `connection` ([auth reference](../../core/flow_def#auth-registry) to `Neo4jConnectionSpec`): The connection to the Neo4j database. `Neo4jConnectionSpec` has the following fields:
2020
* `url` (`str`): The URI of the Neo4j database to use as the internal storage, e.g. `bolt://localhost:7687`.
2121
* `user` (`str`): Username for the Neo4j database.
2222
* `password` (`str`): Password for the Neo4j database.

0 commit comments

Comments
 (0)