Skip to content

Commit da578b8

Browse files
authored
remove wip (#285)
1 parent b5c58d1 commit da578b8

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

apps/docs/src/theme/Layout/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import ErrorPageContent from '@theme/ErrorPageContent';
1414
import type { Props } from '@theme/Layout';
1515
import useIsBrowser from '@docusaurus/useIsBrowser';
1616
import { useLocation } from '@docusaurus/router';
17-
import Wip from '@site/src/components/work-in-progress';
1817

1918
export default function Layout(props: Props): JSX.Element {
2019
const {
@@ -54,7 +53,6 @@ export default function Layout(props: Props): JSX.Element {
5453
<PageMetadata title={title} description={description} />
5554

5655
<SkipToContent />
57-
<Wip />
5856
<Navbar />
5957

6058
<div

apps/docs/static/llms-full.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18470,15 +18470,15 @@ For assistance with the restoration process, contact Zerops support.
1847018470
## Network Architecture & Access
1847118471
Qdrant can be accessed only from services within the same project, public access is not available.
1847218472
### 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
1847618476
#### HTTP API
1847718477
- **Port:** `6333`
18478-
- **Connection String:** `http://${hostname}:${port}`
18478+
- **Connection String:** Available as `connectionString` environment variable or construct using `http://${hostname}:${port}`
1847918479
#### gRPC API
1848018480
- **Port:** `6334`
18481-
- **gRPC Connection String:** `tcp://${hostname}:${grpcPort}`
18481+
- **gRPC Connection String:** Available as `grpcConnectionString` environment variable or construct using `tcp://${hostname}:${grpcPort}`
1848218482
## Support
1848318483
For advanced configurations or custom requirements:
1848418484
- Join our [Discord community](https://discord.gg/zeropsio)

apps/docs/static/llms-small.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18232,15 +18232,15 @@ For assistance with the restoration process, contact Zerops support.
1823218232
## Network Architecture & Access
1823318233
Qdrant can be accessed only from services within the same project, public access is not available.
1823418234
### 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
1823818238
#### HTTP API
1823918239
- **Port:** `6333`
18240-
- **Connection String:** `http://${hostname}:${port}`
18240+
- **Connection String:** Available as `connectionString` environment variable or construct using `http://${hostname}:${port}`
1824118241
#### gRPC API
1824218242
- **Port:** `6334`
18243-
- **gRPC Connection String:** `tcp://${hostname}:${grpcPort}`
18243+
- **gRPC Connection String:** Available as `grpcConnectionString` environment variable or construct using `tcp://${hostname}:${grpcPort}`
1824418244
## Support
1824518245
For advanced configurations or custom requirements:
1824618246
- Join our [Discord community](https://discord.gg/zeropsio)

0 commit comments

Comments
 (0)