Skip to content

Commit 8c7aa7c

Browse files
committed
qdrant envs
1 parent 284a134 commit 8c7aa7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/docs/content/qdrant/overview.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ For assistance with the restoration process, contact Zerops support.
5656
Qdrant can be accessed only from services within the same project, public access is not available.
5757

5858
### 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:
6060

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
6363

6464
#### HTTP API
6565
- **Port:** `6333`
66-
- **Connection String:** `http://${hostname}:${port}`
66+
- **Connection String:** Available as `connectionString` environment variable or construct using `http://${hostname}:${port}`
6767

6868
#### gRPC API
6969
- **Port:** `6334`
70-
- **gRPC Connection String:** `tcp://${hostname}:${grpcPort}`
70+
- **gRPC Connection String:** Available as `grpcConnectionString` environment variable or construct using `tcp://${hostname}:${grpcPort}`
7171

7272
## Support
7373

0 commit comments

Comments
 (0)