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
Copy file name to clipboardExpand all lines: docs/docs/ops/storages.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,12 @@ Exports data to a [Qdrant](https://qdrant.tech/) collection.
21
21
22
22
The spec takes the following fields:
23
23
24
-
*`grpc_url` (type: `str`, required): The [gRPC URL](https://qdrant.tech/documentation/interfaces/#grpc-interface) of the Qdrant instance. Defaults to `http://localhost:6334/`.
25
-
26
24
*`collection_name` (type: `str`, required): The name of the collection to export the data to.
27
25
26
+
*`grpc_url` (type: `str`, optional): The [gRPC URL](https://qdrant.tech/documentation/interfaces/#grpc-interface) of the Qdrant instance. Defaults to `http://localhost:6334/`.
27
+
28
+
*`api_key` (type: `str`, optional). API key to authenticate requests with.
29
+
28
30
The field name for the vector embeddings must match the [vector name](https://qdrant.tech/documentation/concepts/vectors/#named-vectors) used when the collection was created.
29
31
30
32
If no primary key is set during export, a random UUID is used as the Qdrant point ID.
0 commit comments