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: apps/docs/content/qdrant/overview.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,18 +56,18 @@ For assistance with the restoration process, contact Zerops support.
56
56
Qdrant can be accessed only from services within the same project, public access is not available.
57
57
58
58
### API Keys
59
-
API key authentication is required for both HTTP and gRPC API calls. Include the key in your request headers. The keys can be found in generated environment variables of the service:
59
+
API key authentication is required for both HTTP and gRPC API calls. Include the key in your request headers. The keys are automatically generated when the Qdrant service is created and can be found in the service's environment variables:
60
60
61
-
-**API Key:** Full access API key for administrative operations (creating collections, indexing)
62
-
-**Read-only API Key:** Restricted API key for search operations
61
+
-**`apiKey`:** Full access API key for administrative operations (creating collections, indexing)
62
+
-**`readOnlyApiKey`:** Restricted API key for search operations
0 commit comments