Skip to content

Commit 7738136

Browse files
ToriLindsaydaisyfaithauma
authored andcommitted
[AutoRAG] SEO: RAG application (#22209)
1 parent a03fad9 commit 7738136

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/content/docs/autorag/configuration/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ The similarity threshold decides how close two prompts need to be to reuse a cac
4747
| Broad | Moderate match, more hits | "What’s the weather like today?" matches with "Tell me today’s weather" |
4848
| Loose | Low similarity, max reuse | "What’s the weather like today?" matches with "Give me the forecast" |
4949

50-
Test these values to see which works best with your application.
50+
Test these values to see which works best with your [RAG application](/autorag/).

src/content/docs/autorag/configuration/models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ If you choose **Smart Default** in your model selection, then AutoRAG will selec
3636

3737
### Per-request generation model override
3838

39-
While the generation model can be set globally at the AutoRAG instance level, you can also override it on a per-request basis in the [AI Search API](/autorag/usage/rest-api/#ai-search). This is useful if your application requires dynamic selection of generation models based on context or user preferences.
39+
While the generation model can be set globally at the AutoRAG instance level, you can also override it on a per-request basis in the [AI Search API](/autorag/usage/rest-api/#ai-search). This is useful if your [RAG application](/autorag/) requires dynamic selection of generation models based on context or user preferences.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
head:
77
- tag: title
88
content: Get started with AutoRAG
9-
Description: Get started creating fully-managed, retrieval-augmented generation pipelines with Cloudflare AutoRAG.
9+
Description: Get started creating fully-managed, retrieval-augmented generation pipelines with Cloudflare AutoRAG.
1010
---
1111

1212
AutoRAG allows developers to create fully managed retrieval-augmented generation (RAG) pipelines to power AI applications with accurate and up-to-date information without needing to manage infrastructure.
@@ -55,7 +55,7 @@ Once indexing is complete, you can run your first query:
5555

5656
## 5. Add to your application
5757

58-
There are multiple ways you can add AutoRAG to your applications:
58+
There are multiple ways you can create [RAG applications](/autorag/) with Cloudflare AutoRAG:
5959

6060
- [Workers Binding](/autorag/usage/workers-binding/)
6161
- [REST API](/autorag/usage/rest-api/)

src/content/docs/autorag/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
pcx_content_type: overview
33
title: Overview
44
type: overview
5+
description: Build scalable, fully-managed RAG applications with Cloudflare AutoRAG. Create retrieval-augmented generation pipelines to deliver accurate, context-aware AI without managing infrastructure.
56
sidebar:
67
order: 1
78
head:
@@ -20,13 +21,12 @@ import {
2021
} from "~/components";
2122

2223
<Description>
23-
Create fully-managed RAG pipelines to power your AI applications with accurate
24-
and up-to-date information.
24+
Create fully-managed RAG applications that continuously update and scale on Cloudflare.
2525
</Description>
2626

2727
<Plan type="all" />
2828

29-
AutoRAG lets you create fully-managed, retrieval-augmented generation (RAG) pipelines that continuously updates and scales on Cloudflare. With AutoRAG, you can integrate context-aware AI into your applications without managing infrastructure.
29+
AutoRAG lets you create retrieval-augmented generation (RAG) pipelines that power your AI applications with accurate and up-to-date information. Create RAG applications that integrate context-aware AI without managing infrastructure.
3030

3131
You can use AutoRAG to build:
3232

src/content/docs/autorag/tutorial/brower-rendering-autorag-tutorial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ You can view the progress of your indexing job in the Overview page of your Auto
158158

159159
Once AutoRAG finishes indexing your content, you’re ready to start asking it questions. You can open up your AutoRAG instance, navigate to the Playground tab, and ask a question based on your uploaded content, like “What is AutoRAG?”.
160160

161-
Once you’re happy with the results in the Playground, you can integrate AutoRAG directly into the application that you are building. If you are using a Worker to build your application, then you can use the AI binding to directly call your AutoRAG:
161+
Once you’re happy with the results in the Playground, you can integrate AutoRAG directly into the application that you are building. If you are using a Worker to build your [RAG application](/autorag/), then you can use the AI binding to directly call your AutoRAG:
162162

163163
```jsonc
164164
{

src/content/docs/vectorize/reference/what-is-a-vector-database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When a user initiates a prompt, instead of passing it (without additional contex
5050
3. These vectors are used to look up the content they relate to (if not embedded directly alongside the vectors as metadata).
5151
4. This content is provided as context alongside the original user prompt, providing additional context to the LLM and allowing it to return an answer that is likely to be far more contextual than the standalone prompt.
5252

53-
Create a RAG today with [AutoRAG](/autorag) to deploy a fully managed RAG pipeline in just a few clicks. AutoRAG automatically sets up Vectorize, handles continuous indexing, and serves responses through a single API.
53+
[Create a RAG application today with AutoRAG](/autorag/) to deploy a fully managed RAG pipeline in just a few clicks. AutoRAG automatically sets up Vectorize, handles continuous indexing, and serves responses through a single API.
5454

5555
<sup>1</sup> You can learn more about the theory behind RAG by reading the [RAG
5656
paper](https://arxiv.org/abs/2005.11401).

0 commit comments

Comments
 (0)