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/static/llms-full.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18470,15 +18470,15 @@ For assistance with the restoration process, contact Zerops support.
18470
18470
## Network Architecture & Access
18471
18471
Qdrant can be accessed only from services within the same project, public access is not available.
18472
18472
### API Keys
18473
-
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:
18474
-
- **API Key:** Full access API key for administrative operations (creating collections, indexing)
18475
-
- **Read-only API Key:** Restricted API key for search operations
18473
+
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:
18474
+
- **`apiKey`:** Full access API key for administrative operations (creating collections, indexing)
18475
+
- **`readOnlyApiKey`:** Restricted API key for search operations
Copy file name to clipboardExpand all lines: apps/docs/static/llms-small.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18232,15 +18232,15 @@ For assistance with the restoration process, contact Zerops support.
18232
18232
## Network Architecture & Access
18233
18233
Qdrant can be accessed only from services within the same project, public access is not available.
18234
18234
### API Keys
18235
-
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:
18236
-
- **API Key:** Full access API key for administrative operations (creating collections, indexing)
18237
-
- **Read-only API Key:** Restricted API key for search operations
18235
+
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:
18236
+
- **`apiKey`:** Full access API key for administrative operations (creating collections, indexing)
18237
+
- **`readOnlyApiKey`:** Restricted API key for search operations
0 commit comments