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
`Postgres` exports data to Postgres database (with pgvector extension).
10
+
Exports data to Postgres database (with pgvector extension).
11
11
12
12
The spec takes the following fields:
13
13
@@ -17,10 +17,10 @@ The spec takes the following fields:
17
17
18
18
## Qdrant
19
19
20
-
`Qdrant` exports data to a [Qdrant](https://qdrant.tech/) collection.
20
+
Exports data to a [Qdrant](https://qdrant.tech/) collection.
21
21
22
22
The spec takes the following fields:
23
23
24
-
*`qdrant_url` (type: `str`, required): The [gRPC URL](https://qdrant.tech/documentation/interfaces/#grpc-interface) of the Qdrant instance. Defaults to http://localhost:6334/.
24
+
*`qdrant_url` (type: `str`, required): The [gRPC URL](https://qdrant.tech/documentation/interfaces/#grpc-interface) of the Qdrant instance. Defaults to `http://localhost:6334/`.
25
25
26
26
*`collection` (type: `str`, required): The name of the collection to export the data to.
0 commit comments