Skip to content

Commit 914a223

Browse files
pdwittigelithrar
authored andcommitted
vectorize is now generally available (#17118)
* vectorize is now generally available * update for discord channel rename * remove vectoroize pricing ref on tutorial as should be covewred by free * add product tage to moved partial * fix space
1 parent a1572aa commit 914a223

File tree

11 files changed

+43
-65
lines changed

11 files changed

+43
-65
lines changed

src/content/changelogs/vectorize.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ productLink: "/vectorize/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-09-26"
9+
title: Vectorize GA
10+
description: |-
11+
Vectorize is now generally available
12+
813
- publish_date: "2024-09-16"
914
title: Vectorize is available on Workers Free plan
1015
description: |-

src/content/docs/developer-spotlight/tutorials/creating-a-recommendation-api.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ This tutorial involves the use of several Cloudflare products. Some of these pro
5252

5353
<Render file="ai-local-usage-charges" product="workers" />
5454

55-
:::note[Vectorize usage charges]
56-
57-
You will also need access to [Vectorize](/vectorize/platform/pricing/). <Render file="vectorize-pricing" product="workers" />
58-
:::
59-
6055
## 1. Create a new Worker project
6156

6257
First, let's create a Cloudflare Workers project.

src/content/docs/vectorize/get-started/embeddings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render, PackageManagers } from "~/components";
99

10-
<Render file="vectorize-beta" />
10+
<Render file="vectorize-ga" />
1111

1212
Vectorize allows you to generate [vector embeddings](/vectorize/reference/what-is-a-vector-database/) using a machine-learning model, including the models available in [Workers AI](/workers-ai/).
1313

src/content/docs/vectorize/get-started/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Render, PackageManagers } from "~/components";
99

10-
<Render file="vectorize-beta" />
10+
<Render file="vectorize-ga" />
1111

1212
Vectorize is Cloudflare's vector database. Vector databases allow you to use machine learning (ML) models to perform semantic search, recommendation, classification and anomaly detection tasks, as well as provide context to LLMs (Large Language Models).
1313

src/content/docs/vectorize/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ type: overview
55
pcx_content_type: overview
66
sidebar:
77
order: 1
8-
badge:
9-
text: Beta
108
head:
119
- tag: title
1210
content: Cloudflare Vectorize
@@ -17,17 +15,15 @@ import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Re
1715

1816
<Description>
1917

20-
2118
Build full-stack AI applications with Vectorize, Cloudflare's powerful vector database.
2219

2320

2421
</Description>
2522

26-
<Plan type="workers-paid" />
27-
2823
Vectorize is a globally distributed vector database that enables you to build full-stack, AI-powered applications with [Cloudflare Workers](/workers/). Vectorize makes querying embeddings — representations of values or objects like text, images, audio that are designed to be consumed by machine learning models and semantic search algorithms — faster, easier and more affordable.
2924

30-
<Render file="vectorize-beta" />
25+
<Render file="vectorize-ga" />
26+
3127

3228
For example, by storing the embeddings (vectors) generated by a machine learning model, including those built-in to [Workers AI](/workers-ai/) or by bringing your own from platforms like [OpenAI](#), you can build applications with powerful search, similarity, recommendation, classification and/or anomaly detection capabilities based on your own data.
3329

src/content/docs/vectorize/platform/limits.mdx

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,25 @@ sidebar:
55
order: 2
66
---
77

8-
:::note
9-
10-
Many of these limits will increase during Vectorize's [public beta](/workers/platform/betas/). Refer to the [changelog](/vectorize/platform/changelog/) or join the [`#vectorize-beta`](https://discord.cloudflare.com/) channel in the Cloudflare Developer Discord to keep up to date with changes.
11-
12-
:::
13-
148
The following limits apply to accounts, indexes and vectors (as specified):
159

1610
| Feature | Current Limit |
1711
| ------------------------------------------------------------- | ---------------------------------------------------------------- |
18-
| Indexes per account | 100 indexes <sup>beta</sup> |
19-
| Maximum dimensions per vector | 1536 dimensions <sup>beta</sup> |
12+
| Indexes per account | 100 indexes |
13+
| Maximum dimensions per vector | 1536 dimensions |
2014
| Maximum vector ID length | 64 bytes |
21-
| Metadata per vector | 10KiB <sup>beta</sup> |
22-
| Maximum returned results (`topK`) with values or metadata | 20 <sup>beta</sup> |
23-
| Maximum returned results (`topK`) without values and metadata | 100 <sup>beta</sup> |
24-
| Maximum upsert batch size (per batch) | 1000 <sup>beta</sup> (Workers) / 5000 <sup>beta</sup> (HTTP API) |
15+
| Metadata per vector | 10KiB |
16+
| Maximum returned results (`topK`) with values or metadata | 20 |
17+
| Maximum returned results (`topK`) without values and metadata | 100 |
18+
| Maximum upsert batch size (per batch) | 1000 (Workers) / 5000 (HTTP API) |
2519
| Maximum index name length | 64 bytes |
26-
| Maximum vectors per index | 5,000,000 <sup>beta</sup> |
27-
| Maximum namespaces per index | 1000 namespaces <sup>beta</sup> |
20+
| Maximum vectors per index | 5,000,000 |
21+
| Maximum namespaces per index | 1000 namespaces |
2822
| Maximum namespace name length | 64 bytes |
2923
| Maximum vectors upload size | 100 MB |
3024
| Maximum metadata indexes per Vectorize index | 10 |
3125
| Maximum indexed data per metadata index per vector | 64 bytes |
3226

33-
<sup>beta</sup> This limit is beta only and is expected to increase over time.
34-
3527
## Limits V1 (deprecated)
3628

3729
The following limits apply to accounts, indexes and vectors (as specified):

src/content/docs/vectorize/platform/pricing.mdx

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ sidebar:
77

88
import { Render } from "~/components";
99

10-
:::note
11-
12-
Vectorize is currently in public beta and is free to use on [Workers Free or Paid plans](/workers/platform/pricing/#workers).
13-
14-
:::
10+
<Render file="vectorize-ga" />
1511

1612
Vectorize bills based on:
1713

@@ -22,19 +18,19 @@ You are not billed for CPU, memory, "active index hours", or the number of index
2218

2319
## Billing metrics
2420

25-
<Render file="vectorize-pricing" product="workers" />
21+
<Render file="vectorize-pricing" />
2622

2723
### Usage examples
2824

2925
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.
3026

31-
| Workload | Dimensions per vector | Stored dimensions | Queries per month | Calculation | Estimated total |
32-
| ---------- | --------------------- | ----------------- | ----------------- | --------------------------------------- | ------------------------------ |
33-
| Experiment | 384 | 5,000 vectors | 10,000 | `(5000+10000)*384*(0.040/1000000)` | $0.24 / mo <sup>included</sup> |
34-
| Scaling | 768 | 25,000 vectors | 50,000 | `(25000+50000)*768*(0.040/1000000)` | $2.31 / mo <sup>partial</sup> |
35-
| Production | 768 | 50,000 vectors | 200,000 | `(50000+200000)*768*(0.040/1000000)` | $7.68 / mo |
36-
| Large | 768 | 250,000 vectors | 500,000 | `(250000+500000)*768*(0.040/1000000)` | $23.04 / mo |
37-
| XL | 1536 | 500,000 vectors | 1,000,000 | `(500000+1000000)*1536*(0.040/1000000)` | $92.16 / mo |
27+
| Workload | Dimensions per vector | Stored dimensions | Queries per month | Calculation | Estimated total |
28+
| ---------- | --------------------- | ----------------- | ----------------- | ---------------------------------------------------------------- | ------------------------------ |
29+
| Experiment | 384 | 5,000 vectors | 10,000 | `(10000*384*(0.01/1000000)) + (5000*384*(0.05/100000000))` | $0.04 / mo <sup>included</sup> |
30+
| Scaling | 768 | 25,000 vectors | 50,000 | `(50000*768*(0.01/1000000)) + (25000*768*(0.05/100000000))` | $0.39 / mo <sup>partial</sup> |
31+
| Production | 768 | 50,000 vectors | 200,000 | `(200000*768*(0.01/1000000)) + (50000*768*(0.05/100000000))` | $1.56 / mo |
32+
| Large | 768 | 250,000 vectors | 500,000 | `(500000*768*(0.01/1000000)) + (250000*768*(0.05/100000000))` | $3.94 / mo |
33+
| XL | 1536 | 500,000 vectors | 1,000,000 | `(1000000*1536*(0.01/1000000)) + (500000*1536*(0.05/100000000))` | $15.74 / mo |
3834

3935
<sup>included</sup> All of this usage would fall into the Vectorize usage
4036
included in the Workers Free or Paid plan.
@@ -46,10 +42,6 @@ within the Workers Paid plan.
4642

4743
Frequently asked questions related to Vectorize pricing:
4844

49-
- When will Vectorize start charging me?
50-
51-
We intend to enable billing for Vectorize usage in January 2024.
52-
5345
- Will Vectorize always have a free tier?
5446

5547
Yes, the [Workers free tier](/workers/platform/pricing/#workers) will always include the ability to prototype and experiment with Vectorize for free.

src/content/docs/workers/platform/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ For more information and [examples of Durable Objects billing](/durable-objects/
170170

171171
Vectorize is currently only available on the Workers paid plan.
172172

173-
<Render file="vectorize-pricing" />
173+
<Render file="vectorize-pricing" product="vectorize" />
174174

175175
## Service bindings
176176

src/content/partials/vectorize/vectorize-beta.mdx

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
{}
3+
4+
---
5+
6+
:::note[Vectorize is now Generally Available]
7+
8+
9+
To report bugs or give feedback, go to the [#vectorize Discord channel](https://discord.cloudflare.com). If you are having issues with Wrangler, report issues in the [Wrangler GitHub repository](https://github.com/cloudflare/workers-sdk/issues/new/choose).
10+
11+
12+
:::

0 commit comments

Comments
 (0)