-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1148 from qdrant/feat/bashofmann/private-cloud-pr…
…emium Add docs for private cloud and premium tier
- Loading branch information
Showing
19 changed files
with
1,974 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ In this case vectors will be stored on the disc in memory-mapped files, and only | |
The amount of available RAM will significantly affect the performance of the search. | ||
As a rule of thumb, if you keep 2 times less vectors in RAM, the search latency will be 2 times lower. | ||
|
||
The speed of disks is also important. [Let us know](mailto:[email protected]) if you have special requirements for a high-volume search. | ||
The speed of disks is also important. [Let us know](/documentation/support/) if you have special requirements for a high-volume search. | ||
|
||
## Sub-groups oriented configuration | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ Note, that it is currently not possible to horizontally scale down the cluster i | |
|
||
We will be glad to consult you on an optimal strategy for scaling. | ||
|
||
[Let us know](mailto:[email protected]) your needs and decide together on a proper solution. | ||
[Let us know](/documentation/support/) your needs and decide together on a proper solution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Premium Tier | ||
weight: 66 | ||
--- | ||
|
||
# Qdrant Cloud Premium Tier | ||
|
||
Qdrant Cloud offers an optional premium tier for customers who require additional features and better SLA support levels. The premium tier includes: | ||
|
||
* **24/7 Support**: Our support team is available around the clock to help you with any issues you may encounter (compared to 10x5 in standard). | ||
* **Shorter Response Times**: Premium customers receive priority support and can expect faster response times, with shorter SLAs. | ||
* **99.9% Uptime SLA**: We guarantee 99.9% uptime for your Qdrant Cloud clusters (compared to 99.5% in standard). | ||
* **Single Sign-On (SSO)**: Premium customers can use their existing SSO provider to manage access to Qdrant Cloud. | ||
* **VPC Private Links**: Premium customers can connect their Qdrant Cloud clusters to their VPCs using private links (AWS only). | ||
* **Storage encryption with shared keys**: Premium customers can encrypt their data at rest using their own keys (AWS only). | ||
|
||
Please refer to the [Qdrant Cloud SLA](https://qdrant.to/sla/) for a detailed definition on uptime and support SLAs. | ||
|
||
If you are interested in using switch to Qdrant Cloud Premium, please [contact us](/contact-us/) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
qdrant-landing/content/documentation/private-cloud/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Private Cloud | ||
weight: 10 | ||
--- | ||
|
||
# Qdrant Private Cloud | ||
|
||
Qdrant Private Cloud allows you to manage Qdrant database clusters in any Kubernetes cluster on any infrastucture. It uses the same Qdrant Operator that powers Qdrant Managed Cloud and Qdrant Hybrid Cloud, but without any connection to the Qdrant Cloud Management Console. | ||
|
||
On top of the open source Qdrant database, it allows | ||
|
||
* Easy deployment and management of Qdrant database clusters in your own Kubernetes infrastructure | ||
* Zero-downtime upgrades of the Qdrant database with replication | ||
* Vertical and horizontal up and downscaling of the Qdrant database with auto rebalancing and shard splitting | ||
* Full control over scheduling, including Multi-AZ deployments | ||
* Backup & Disaster Recovery | ||
* Extended telemetry | ||
* Qdrant Enterprise Support Services | ||
|
||
If you are interested in using Qdrant Private Cloud, please [contact us](/contact-us/) for more information. |
Oops, something went wrong.