Files
landing_page/qdrant-landing/themes/qdrant/layouts/pricing/list.html
T
2022-12-27 19:56:39 +01:00

150 lines
7.1 KiB
HTML

{{ partial "header" . }}
<style>
#mc_embed_signup input.mce_inline_error {
border-color:#5C0A1C;
}
#mc_embed_signup div.mce_inline_error {
padding: 5px 10px;
font-weight: bold;
z-index: 1;
background-color: transparent;
color:var(--brand-primary);
}
#mce-success-response {
padding-bottom: 25px;
color: green;
font-size: 140%;
}
#mce-error-response {
padding-bottom: 25px;
color: red;
}
</style>
<section class="price-page-section">
<div class="auto-container">
<div class="row clearfix">
<div class="title-column col-12">
<div class="inner-column">
<!-- Sec Title -->
<div class="sec-title centered">
<h2>Boost <span>Your Business</span> with Qdrant Solutions</h2>
<div class="text"><h4>Enhance your product with Similarity Search</h4>
<p><small>Build your MVP on an Open Source stack, or run scale-ready products in the cloud. Choose the right plan for your project.
</small></p>
<a class="theme-btn btn-style-four btn-style-four_rounded btn-style-four_reversed btn-style-four_big mt-4" href="/solutions/">
<span class="txt">What can I use Qdrant for?</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row clearfix" id="price-offers">
<!-- Price Block -->
<div class="price-block col-lg-4 col-md-6 col-sm-12 mb-5 pb-5">
<div class="inner-box">
<div class="title">Open Source</div>
<div class="content-box">
<div class="price-box">
<span class="icon flaticon-skyline"></span> Free
<span class="price-title">Apache-2.0 license</span>
</div>
<div class="text">Build your AI-based applications using our leading open-source vector search technology.
</div>
<a href="/documentation/quick_start/" class="theme-btn btn-style-five btn-small w-100">
<span class="txt">Quick Start</span>
</a>
<ul class="price-list">
<li>Free & Open Forever</li>
<li>Self-hosted</li>
<li>Full-Featured</li>
<li>Community support</li>
</ul>
</div>
</div>
</div>
<!-- Price Block -->
<div class="price-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box">
<div class="title">Managed Cloud</div>
<div class="content-box">
<div class="price-box">
<span class="icon flaticon-skyline"></span> Starting from $25
<span class="price-title">Per pod/month billed hourly</span>
</div>
<div class="text">Scale your production solutions in the managed cloud without deployment and maintenance overhead.
</div>
<a href="{{ .Site.Params.cloud }}" class="theme-btn btn-style-five btn-small w-100">
<span class="txt">Join Cloud Beta</span>
</a>
<ul class="price-list">
<li>Managed & Monitored by Us</li>
<li>High Availability & Performance</li>
<!-- <li>Turnkey Data Migration</li> -->
<li>Expert Support</li>
<li>Free Tier available</li>
</ul>
</div>
</div>
</div>
<!-- Price Block -->
<div class="price-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box">
<div class="title">Enterprise</div>
<div class="content-box">
<div class="price-box">
<span class="icon flaticon-skyline"></span> Price on Request
<span class="price-title">/ per managed cluster</span>
</div>
<div class="text">Let us take care of your on-premise deployments to achieve the best possible performance and accuracy.
</div>
<a href="{{ .Site.Params.mailchimp_contact_form }}" class="theme-btn btn-style-five btn-small w-100">
<span class="txt">Contact sales</span>
</a>
<ul class="price-list">
<li>Performance & Deployment
<a class="a" role="note" tabindex="0"
data-container="body" data-toggle="popover" data-placement="right"
data-trigger="focus" title="Performance & Deployment"
data-content="We'll design a fault tolerant architecture that provides maximum performance for search and online updates.">
<i class="fas fa-info-circle"></i>
</a>
</li>
<li>
Neural Network Fine-Tuning
<a class="a" role="note" tabindex="0"
data-container="body" data-toggle="popover" data-placement="right"
data-trigger="focus" title="Fine-Tuning"
data-content="We will analyze your data and offer improvements to your model training process. Or even train the model for you.">
<i class="fas fa-info-circle"></i>
</a>
</li>
<li>
Migration and Monitoring
<a class="a" role="note" tabindex="0"
data-container="body" data-toggle="popover" data-placement="right"
data-trigger="focus" title="Migration and Monitoring"
data-content="Ensure zero-downtime for model and service updates. Set up advanced performance monitoring.">
<i class="fas fa-info-circle"></i>
</a>
</li>
<li>Dedicated Support</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Pricing Page Section -->
{{ partial "contact-section" . }}
{{ partial "footer" . }}