Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shan-Weaviate committed Dec 19, 2024
1 parent 4344c6b commit 344057e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Pricing/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function PricingHeader() {
<header className={styles.headerSecurity}>
<div className="container">
<div className={styles.box}>
<p className={styles.topText}>Pricing</p>
<p className={styles.topText}>Vector Database Pricing</p>
<h1>
All the power of the AI-native vector<br></br> database, without the
overhead
Expand Down
3 changes: 2 additions & 1 deletion src/components/Pricing/Plan/businessCritical.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export default function PricingBusinessCritical() {
</div>
<div className={styles.price}>
<p>
Choose a fully-managed solution or 24/7 support within your VPC.
Choose a fully-managed solution or 24/7 support within your VPC
(BYOC Vector Database).
</p>
<div className={styles.bottomPrice}>
<span></span>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pricing/Plan/enterprise.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function PricingEnterprise() {
<div className={styles.price}>
<p>
We manage everything for you in a dedicated instance in Weaviate
Cloud.
Cloud (Enterprise Vector Database).
</p>
<div className={styles.bottomPrice}>
<span>from $2.64 / AIU</span>
Expand Down
3 changes: 2 additions & 1 deletion src/components/Pricing/Plan/sandbox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function PricingSandBox() {
</div>
<p>
With an enterprise subscription, customers have access to a variety of
support and training options to accelerate adoption and success.
support and vector database training options to accelerate adoption
and success.
</p>
<Link className={styles.supportURL} to="deployment/enablement">
Learn More
Expand Down
5 changes: 4 additions & 1 deletion src/components/Pricing/Plan/standard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export default function PricingStandard() {
<h3>Serverless Cloud</h3>
</div>
<div className={styles.price}>
<p>Serverless SaaS deployment in Weaviate Cloud.</p>
<p>
Serverless SaaS deployment in Weaviate Cloud (Serverless Vector
Database).
</p>
<div className={styles.bottomPrice}>
<span>Starting at $25 /mo</span>
<p>per 1M vector dimensions stored/month</p>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export default function ProductPage() {

return (
<div className="custom-page noBG">
<Layout title="Pricing" description="Pricing models">
<Layout
title="Vector Database Pricing"
description="Compare pricing options for our different levels of vector database services and solutions."
>
<PricingHeader />

{selectedType === 'serverless' ? (
Expand Down

0 comments on commit 344057e

Please sign in to comment.