Skip to content

Commit 2de47d3

Browse files
committed
deep link and small fixes
1 parent 126a524 commit 2de47d3

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

src/content/docs/autorag/get-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Before you create your first bucket, you must purchase R2 from the Cloudflare da
2121

2222
To create and upload objects to your bucket from the Cloudflare Dashboard:
2323

24-
1. Log in to the [Cloudflare Dashboard](https://dash.cloudflare.com) and select **R2**.
24+
1. Log in to the [Cloudflare Dashboard](https://dash.cloudflare.com/?to=/:account/r2) and select **R2**.
2525
2. Select Create bucket, name the bucket, and select **Create bucket**.
2626
3. Choose to either drag and drop your file into the upload area or **select from computer**.
2727

2828
## 2. Create an AutoRAG
2929

3030
To create a new AutoRAG:
3131

32-
1. Log in to the [Cloudflare Dashboard](https://dash.cloudflare.com) and select **AI** > **AutoRAG**.
32+
1. Log in to the [Cloudflare Dashboard](https://dash.cloudflare.com/?to=/:account/ai/autorag) and select **AI** > **AutoRAG**.
3333
2. Select **Create AutoRAG**, configure the AutoRAG, and complete the setup process.
3434
3. Select **Create**.
3535

@@ -51,7 +51,7 @@ Once indexing is complete, you can run your first query:
5151
3. Select **Search with AI** or **Search**.
5252
4. Enter a **query** to test out its response.
5353

54-
## Use AutoRAG options
54+
## Use AutoRAG
5555

5656
Cloudflare provides multiple ways for developers to use AutoRAG in their applications:
5757

src/content/docs/autorag/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ You can use AutoRAG to build:
3030

3131
<div>
3232
<LinkButton href="/autorag/get-started">Get started</LinkButton>
33-
<LinkButton target="_blank" variant="secondary" icon="external" href="">
33+
{/* <LinkButton target="_blank" variant="secondary" icon="external" href="">
3434
Watch an AutoRAG demo
35-
</LinkButton>
35+
</LinkButton> */}
3636
</div>
3737

3838
---
@@ -45,7 +45,7 @@ Automatically and continuously index your data source, keeping your content fres
4545

4646
</Feature>
4747

48-
<Feature header="Binding" href="/autorag/use-autorag/workers-binding/" cta="Add to Worker">
48+
<Feature header="Workers Binding" href="/autorag/use-autorag/workers-binding/" cta="Add to Worker">
4949

5050
Call your AutoRAG instance for search or AI search directly from a Cloudflare Worker using the native binding integration.
5151

src/content/docs/autorag/platform/limits-pricing.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ sidebar:
77

88
## Pricing
99

10-
During the open beta, AutoRAG is free to enable. Compute operations for indexing, retrieval, and augmentation incur no additional cost during this phase.
10+
During the open beta, AutoRAG is **free to enable**. Compute operations for indexing, retrieval, and augmentation incur no additional cost during this phase.
1111

1212
When you create an AutoRAG instance, it provisions and runs on top of Cloudflare services provisioned within your own account. You retain full visibility and control over these resources, and they are billed as part of your existing Cloudflare usage. These services include:
1313

14-
- **R2**: Stores your source documents. See [R2 pricing](/r2/pricing/).
15-
- **Vectorize**: Stores vector embeddings and powers semantic search. See [Vectorize pricing](/vectorize/platform/pricing/).
16-
- **Workers AI**: Handles image-to-Markdown conversion, embeddings, query rewriting, and response generation. See [Workers AI pricing](/workers-ai/platform/pricing/).
17-
- **AI Gateway**: Monitors and controls model usage. See [AI Gateway pricing](/ai-gateway/reference/pricing/).
14+
| Service | Description |
15+
| ------------------------------------------------ | ----------------------------------------------------------------------------------------- |
16+
| [**R2**](/r2/pricing/) | Stores your source data |
17+
| [**Vectorize**](/vectorize/platform/pricing/) | Stores vector embeddings and powers semantic search |
18+
| [**Workers AI**](/workers-ai/platform/pricing/) | Handles image-to-Markdown conversion, embedding, query rewriting, and response generation |
19+
| [**AI Gateway**](/ai-gateway/reference/pricing/) | Monitors and controls model usage |
1820

1921
## Limits
2022

0 commit comments

Comments
 (0)