Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to Queues and Vectorize still being in beta #17180

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/vectorize/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Store large amounts of unstructured data without the costly egress bandwidth fee
<CardGrid>

<LinkTitleCard title="Limits" href="/vectorize/platform/limits/" icon="document">
Learn about what limits Vectorize has during the open beta and how to work within them.
Learn about Vectorize's limits and how to work within them.
Oxyjun marked this conversation as resolved.
Show resolved Hide resolved
</LinkTitleCard>

<LinkTitleCard title="Use cases" href="/use-cases/ai/" icon="document">
Expand All @@ -84,7 +84,7 @@ Learn more about the storage and database options you can build on with Workers.
</LinkTitleCard>

<LinkTitleCard title="Developer Discord" href="https://discord.cloudflare.com" icon="discord">
Connect with the Workers community on Discord to ask questions, join the `#vectorize-open-beta` channel to show what you are building, and discuss the platform with other developers.
Connect with the Workers community on Discord to ask questions, join the `#vectorize` channel to show what you are building, and discuss the platform with other developers.
</LinkTitleCard>

<LinkTitleCard title="@CloudflareDev" href="https://x.com/cloudflaredev" icon="x.com">
Expand Down
10 changes: 0 additions & 10 deletions src/content/docs/workers/wrangler/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -485,11 +485,6 @@ Manage [Hyperdrive](/hyperdrive/) database configurations.

## `vectorize`

:::note

Vectorize is currently in open beta. Report Vectorize bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose).
:::

Interact with a [Vectorize](/vectorize/) vector database.

### `create`
Expand Down Expand Up @@ -1521,11 +1516,6 @@ wrangler pages secret bulk [<FILENAME>] [OPTIONS]

## `queues`

:::note

Queues is currently in open beta. Report Queues bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose).
:::

Manage your Workers [Queues](/queues/) configurations.

### `create`
Expand Down
Loading