Skip to content

Commit 5a46823

Browse files
thomasgauvinsejokerOxyjun
authored
Update local-development.mdx for Vectorize support (#17924)
* Update local-development.mdx for Vectorize support * Update src/content/docs/workers/testing/local-development.mdx Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Yevgen Safronov <[email protected]> Co-authored-by: Jun Lee <[email protected]>
1 parent fb2517f commit 5a46823

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workers/testing/local-development.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ npx wrangler dev
4747
| R2 |||
4848
| Rate Limiting |||
4949
| Service Bindings (multiple workers) |||
50-
| Vectorize | ||
50+
| Vectorize | [^2] ||
5151

5252
With any bindings that are not supported locally, you will need to use the `--remote` command in wrangler, such as `wrangler dev --remote`.
5353

5454
[^1]: Using Workers AI always accesses your Cloudflare account in order to run AI models and will incur usage charges even in local development.
5555

56+
[^2]: Using Vectorize always accesses your Cloudflare account to run queries, and will incur usage charges even in local development.
57+
5658
## Work with local data
5759

5860
When running `wrangler dev`, resources such as KV, Durable Objects, D1, and R2 will be stored and persisted locally and not affect the production resources.

0 commit comments

Comments
 (0)