From 8c7aa7c88af666ee70b0cb4429e8677cf2f0db9f Mon Sep 17 00:00:00 2001 From: Petra Vankova Date: Tue, 5 Aug 2025 23:05:03 +0200 Subject: [PATCH] qdrant envs --- apps/docs/content/qdrant/overview.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/docs/content/qdrant/overview.mdx b/apps/docs/content/qdrant/overview.mdx index f178baf5..ef52c933 100644 --- a/apps/docs/content/qdrant/overview.mdx +++ b/apps/docs/content/qdrant/overview.mdx @@ -56,18 +56,18 @@ For assistance with the restoration process, contact Zerops support. Qdrant can be accessed only from services within the same project, public access is not available. ### API Keys -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: +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: -- **API Key:** Full access API key for administrative operations (creating collections, indexing) -- **Read-only API Key:** Restricted API key for search operations +- **`apiKey`:** Full access API key for administrative operations (creating collections, indexing) +- **`readOnlyApiKey`:** Restricted API key for search operations #### HTTP API - **Port:** `6333` -- **Connection String:** `http://${hostname}:${port}` +- **Connection String:** Available as `connectionString` environment variable or construct using `http://${hostname}:${port}` #### gRPC API - **Port:** `6334` -- **gRPC Connection String:** `tcp://${hostname}:${grpcPort}` +- **gRPC Connection String:** Available as `grpcConnectionString` environment variable or construct using `tcp://${hostname}:${grpcPort}` ## Support