You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
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/).
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).
Build full-stack AI applications with Vectorize, Cloudflare's powerful vector database.
22
19
23
20
24
21
</Description>
25
22
26
-
<Plantype="workers-paid" />
27
-
28
23
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.
29
24
30
-
<Renderfile="vectorize-beta" />
25
+
<Renderfile="vectorize-ga" />
26
+
31
27
32
28
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.
Copy file name to clipboardExpand all lines: src/content/docs/vectorize/platform/limits.mdx
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,33 +5,25 @@ sidebar:
5
5
order: 2
6
6
---
7
7
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
-
14
8
The following limits apply to accounts, indexes and vectors (as specified):
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.
30
26
31
-
| Workload | Dimensions per vector | Stored dimensions | Queries per month | Calculation | Estimated total |
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).
0 commit comments