Skip to content
Snippets Groups Projects
Unverified Commit 79ad80c7 authored by Matt Silverlock's avatar Matt Silverlock Committed by GitHub
Browse files

[Vectorize] add more pricing examples (#11003)


* vectorize: add more pricing examples

* vectorize: fix formatting

* add langchain link:

* Apply suggestions from code review

Co-authored-by: default avatarMaddy <130055405+Maddy-Cloudflare@users.noreply.github.com>

* fix pricing sentence

* Apply suggestions from code review

Co-authored-by: default avatarMaddy <130055405+Maddy-Cloudflare@users.noreply.github.com>

---------

Co-authored-by: default avatarMaddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
parent c31456ac
No related branches found
No related tags found
No related merge requests found
---
type: overview
hideChildren: false
pcx_content_type: navigation
title: Examples
weight: 10
layout: list
---
# Examples
{{<list-examples>}}
---
pcx_content_type: navigation
title: LangChain Integration
weight: 2
external_link: https://js.langchain.com/docs/modules/data_connection/vectorstores/integrations/cloudflare_vectorize
_build:
publishResources: false
render: never
---
......@@ -23,6 +23,22 @@ You are not billed for CPU, memory, "active index hours", or the number of index
{{<render file="_vectorize-pricing.md" productFolder="workers">}}
### Usage examples
The following table defines a number of example use-cases and the estimated monthly cost for querying a Vectorize index. These estimates do not include the Vectorize usage that is part of the Workers Free and Paid plans.
| Workload | Dimensions per vector | Stored dimensions | Queries per month | Calculation | Estimated total |
| ---------------------- | ---------------------- | -------------------- | -------------------- | ------------------- | -------------------- |
| Experiment | 384 | 5,000 vectors | 10,000 | `(5000+10000)*384*(0.040/1000000)` | $0.24 / mo <sup>included</sup> |
| Scaling | 768 | 25,000 vectors | 50,000 | `(25000+50000)*768*(0.040/1000000)` | $2.31 / mo <sup>partial</sup> |
| Production | 768 | 50,000 vectors | 200,000 | `(50000+200000)*768*(0.040/1000000)` | $7.68 / mo |
| Large | 768 | 250,000 vectors | 500,000 | `(250000+500000)*768*(0.040/1000000)` | $23.04 / mo |
| XL | 1536 | 500,000 vectors | 1,000,000 | `(500000+1000000)*1536*(0.040/1000000)` | $92.16 / mo |
<sup>included</sup> All of this usage would fall into the Vectorize usage included in the Workers Free or Paid plan.
<sup>most</sup> Most of this usage would fall into the Vectorize usage included within the Workers Paid plan.
## Frequently Asked Questions
Frequently asked questions related to Vectorize pricing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment