-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add hybrid saas form * more questions
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Join the waiting list for the Qdrant Hybrid SaaS solution. | ||
section_title: Request early access to the Qdrant Hybrid SaaS | ||
form: | ||
- id: 0 | ||
header: "Get <span style='color: var(--brand-primary);'>Early Access</span> to Qdrant Hybrid SaaS" | ||
label: All right! 😊 What is your e-mail? * | ||
placeholder: [email protected] | ||
type: email | ||
name: email | ||
required: True | ||
- id: 1 | ||
label: May we have your name, please? | ||
type: text | ||
rows: 1 | ||
placeholder: Dr. Smith | ||
name: name | ||
- id: 2 | ||
label: What's the name of your company? | ||
rows: 1 | ||
name: companyName | ||
- id: 3 | ||
label: What's the size of your company? | ||
type: radio | ||
options: | ||
- 1 | ||
- 2-10 | ||
- 11-50 | ||
- 51-200 | ||
- 201-1000 | ||
- 1001+ | ||
name: companySize | ||
- id: 4 | ||
label: Are you already using Qdrant? | ||
type: checkbox | ||
options: | ||
- Yes, in Qdrant Cloud | ||
- Yes, on-premise | ||
- We are using another solution at the moment | ||
- No, we are not using any vector search engine | ||
name: experienced | ||
- id: 5 | ||
label: Please describe the approximate size of the deployment you are planning to use. (optional) | ||
placeholder: 3 machines 64GB RAM each, or a deployment capable of serving 100M OpenAI embeddings | ||
type: text | ||
name: clusterSize | ||
required: False | ||
- id: 6 | ||
label: What's your target infrastructure? | ||
type: radio | ||
options: | ||
- AWS | ||
- GCP | ||
- Azure | ||
- Other | ||
name: infrastructure | ||
--- |