Skip to content

Commit 346bfbc

Browse files
committed
Making sure nothing's broken
1 parent b713498 commit 346bfbc

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: Create fully-managed RAG pipelines for your AI applications with AI Search
3-
description: AI Search lets you create fully-managed, retrieval-augmented generation (RAG) pipelines that continuously updates and scales on Cloudflare.
2+
title: Create fully-managed RAG pipelines for your AI applications with AutoRAG
3+
description: AutoRAG lets you create fully-managed, retrieval-augmented generation (RAG) pipelines that continuously updates and scales on Cloudflare.
44
products:
55
- ai-search
66
- vectorize
77
date: 2025-04-07
88
---
99

10-
[AI Search](/ai-search/) is now in open beta, making it easy for you to build fully-managed retrieval-augmented generation (RAG) pipelines without managing infrastructure. Just upload your docs to [R2](/r2/get-started/), and AI Search handles the rest: embeddings, indexing, retrieval, and response generation via API.
10+
[AutoRAG](/ai-search/) is now in open beta, making it easy for you to build fully-managed retrieval-augmented generation (RAG) pipelines without managing infrastructure. Just upload your docs to [R2](/r2/get-started/), and AutoRAG handles the rest: embeddings, indexing, retrieval, and response generation via API.
1111

12-
![AI Search open beta demo](~/assets/images/changelog/ai-search/autorag-open-beta.gif)
12+
![AutoRAG open beta demo](~/assets/images/changelog/ai-search/autorag-open-beta.gif)
1313

14-
With AI Search, you can:
14+
With AutoRAG, you can:
1515

1616
- **Customize your pipeline:** Choose from [Workers AI](/workers-ai) models, configure chunking strategies, edit system prompts, and more.
17-
- **Instant setup:** AI Search provisions everything you need from [Vectorize](/vectorize), [AI gateway](/ai-gateway), to pipeline logic for you, so you can go from zero to a working RAG pipeline in seconds.
18-
- **Keep your index fresh:** AI Search continuously syncs your index with your data source to ensure responses stay accurate and up to date.
17+
- **Instant setup:** AutoRAG provisions everything you need from [Vectorize](/vectorize), [AI gateway](/ai-gateway), to pipeline logic for you, so you can go from zero to a working RAG pipeline in seconds.
18+
- **Keep your index fresh:** AutoRAG continuously syncs your index with your data source to ensure responses stay accurate and up to date.
1919
- **Ask questions:** Query your data and receive grounded responses via a [Workers binding](/ai-search/usage/workers-binding/) or [API](/ai-search/usage/rest-api/).
2020

21-
Whether you're building internal tools, AI-powered search, or a support assistant, AI Search gets you from idea to deployment in minutes.
21+
Whether you're building internal tools, AI-powered search, or a support assistant, AutoRAG gets you from idea to deployment in minutes.
2222

2323
Get started in the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/ai/autorag) or check out the [guide](/ai-search/get-started/) for instructions on how to build your RAG pipeline today.

src/content/changelog/ai-search/2025-04-23-autorag-metadata-filtering.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Metadata filtering and multitenancy support in AI Search
3-
description: Add metadata filters to AI Search queries to enable multitenancy and control the scope of retrieved results.
2+
title: Metadata filtering and multitenancy support in AutoRAG
3+
description: Add metadata filters to AutoRAG queries to enable multitenancy and control the scope of retrieved results.
44
products:
55
- ai-search
66
date: 2025-04-23
77
---
88

9-
You can now filter [AI Search](/ai-search/) search results by `folder` and `timestamp` using [metadata filtering](/ai-search/configuration/metadata) to narrow down the scope of your query.
9+
You can now filter [AutoRAG](/ai-search/) search results by `folder` and `timestamp` using [metadata filtering](/ai-search/configuration/metadata) to narrow down the scope of your query.
1010

1111
This makes it easy to build [multitenant experiences](/ai-search/how-to/multitenancy/) where each user can only access their own data. By organizing your content into per-tenant folders and applying a `folder` filter at query time, you ensure that each tenant retrieves only their own documents.
1212

@@ -31,6 +31,6 @@ const response = await env.AI.autorag("my-autorag").search({
3131
});
3232
```
3333

34-
You can use metadata filtering by creating a new AI Search or reindexing existing data. To reindex all content in an existing AI Search, update any chunking setting and select **Sync index**. Metadata filtering is available for all data indexed on or after **April 21, 2025**.
34+
You can use metadata filtering by creating a new AutoRAG or reindexing existing data. To reindex all content in an existing AutoRAG, update any chunking setting and select **Sync index**. Metadata filtering is available for all data indexed on or after **April 21, 2025**.
3535

36-
If you are new to AI Search, get started with the [Get started AI Search guide](/ai-search/get-started/).
36+
If you are new to AutoRAG, get started with the [Get started AutoRAG guide](/ai-search/get-started/).

src/content/changelog/ai-search/2025-06-19-autorag-custom-metadata-and-context.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: View custom metadata in responses and guide AI-search with context in AI Search
3-
description: You can now view custom metadata in AI Search search responses and use a context field to provide additional guidance to AI-generated answers.
2+
title: View custom metadata in responses and guide AI-search with context in AutoRAG
3+
description: You can now view custom metadata in AutoRAG search responses and use a context field to provide additional guidance to AI-generated answers.
44
products:
55
- ai-search
66
date: 2025-06-19
77
---
88

9-
In [AI Search](/ai-search/), you can now view your object's custom metadata in the response from [`/search`](/ai-search/usage/workers-binding/) and [`/ai-search`](/ai-search/usage/workers-binding/), and optionally add a `context` field in the custom metadata of an object to provide additional guidance for AI-generated answers.
9+
In [AutoRAG](/ai-search/), you can now view your object's custom metadata in the response from [`/search`](/ai-search/usage/workers-binding/) and [`/ai-search`](/ai-search/usage/workers-binding/), and optionally add a `context` field in the custom metadata of an object to provide additional guidance for AI-generated answers.
1010

1111
You can add [custom metadata](/r2/api/workers/workers-api-reference/#r2putoptions) to an object when uploading it to your R2 bucket.
1212

1313
# Object's custom metadata in search responses
1414

15-
When you run a search, AI Search now returns any custom metadata associated with the object. This metadata appears in the response inside `attributes` then `file` , and can be used for downstream processing.
15+
When you run a search, AutoRAG now returns any custom metadata associated with the object. This metadata appears in the response inside `attributes` then `file` , and can be used for downstream processing.
1616

1717
For example, the `attributes` section of your search response may look like:
1818

@@ -32,7 +32,7 @@ For example, the `attributes` section of your search response may look like:
3232

3333
# Add a `context` field to guide LLM answers
3434

35-
When you include a custom metadata field named `context`, AI Search attaches that value to each chunk of the file. When you run an `/ai-search` query, this `context` is passed to the LLM and can be used as additional input when generating an answer.
35+
When you include a custom metadata field named `context`, AutoRAG attaches that value to each chunk of the file. When you run an `/ai-search` query, this `context` is passed to the LLM and can be used as additional input when generating an answer.
3636

3737
We recommend using the `context` field to describe supplemental information you want the LLM to consider, such as a summary of the document or a source URL. If you have several different metadata attributes, you can join them together however you choose within the `context` string.
3838

@@ -46,4 +46,4 @@ For example:
4646

4747
This gives you more control over how your content is interpreted, without requiring you to modify the original contents of the file.
4848

49-
Learn more in AI Search's [metadata filtering documentation](/ai-search/configuration/metadata).
49+
Learn more in AutoRAG's [metadata filtering documentation](/ai-search/configuration/metadata).

src/content/changelog/ai-search/2025-06-19-autorag-filename-filter.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Filter your AI Search search by file name
3-
description: You can now filter AI Search search queries by file name, allowing you to control which files can be retrieved for a given query.
2+
title: Filter your AutoRAG search by file name
3+
description: You can now filter AutoRAG search queries by file name, allowing you to control which files can be retrieved for a given query.
44
products:
55
- ai-search
66
date: 2025-06-19
77
---
88

9-
In [AI Search](/ai-search/), you can now [filter](/ai-search/configuration/metadata/) by an object's file name using the `filename` attribute, giving you more control over which files are searched for a given query.
9+
In [AutoRAG](/ai-search/), you can now [filter](/ai-search/configuration/metadata/) by an object's file name using the `filename` attribute, giving you more control over which files are searched for a given query.
1010

11-
This is useful when your application has already determined which files should be searched. For example, you might query a PostgreSQL database to get a list of files a user has access to based on their permissions, and then use that list to limit what AI Search retrieves.
11+
This is useful when your application has already determined which files should be searched. For example, you might query a PostgreSQL database to get a list of files a user has access to based on their permissions, and then use that list to limit what AutoRAG retrieves.
1212

1313
For example, your search query may look like:
1414

@@ -23,6 +23,6 @@ const response = await env.AI.autorag("my-autorag").search({
2323
});
2424
```
2525

26-
This allows you to connect your application logic with AI Search's retrieval process, making it easy to control what gets searched without needing to reindex or modify your data.
26+
This allows you to connect your application logic with AutoRAG's retrieval process, making it easy to control what gets searched without needing to reindex or modify your data.
2727

28-
Learn more in AI Search's [metadata filtering documentation](/ai-search/configuration/metadata/).
28+
Learn more in AutoRAG's [metadata filtering documentation](/ai-search/configuration/metadata/).
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Faster indexing and new Jobs view in AI Search
2+
title: Faster indexing and new Jobs view in AutoRAG
33
description: Track your indexing pipeline in real time with 3–5× faster indexing and a new Jobs dashboard.
44
products:
55
- ai-search
66
date: 2025-07-08
77
---
88

9-
You can now expect **3-5× faster indexing** in AI Search, and with it, a brand new **Jobs view** to help you monitor indexing progress.
9+
You can now expect **3-5× faster indexing** in AutoRAG, and with it, a brand new **Jobs view** to help you monitor indexing progress.
1010

11-
With each AI Search, indexing jobs are automatically triggered to sync your data source (i.e. R2 bucket) with your Vectorize index, ensuring new or updated files are reflected in your query results. You can also trigger jobs manually via the [Sync API](/api/resources/ai-search/subresources/rags/) or by clicking “Sync index” in the dashboard.
11+
With each AutoRAG, indexing jobs are automatically triggered to sync your data source (i.e. R2 bucket) with your Vectorize index, ensuring new or updated files are reflected in your query results. You can also trigger jobs manually via the [Sync API](/api/resources/ai-search/subresources/rags/) or by clicking “Sync index” in the dashboard.
1212

1313
With the new jobs observability, you can now:
1414

1515
- View the status, job ID, source, start time, duration and last sync time for each indexing job
1616
- Inspect real-time logs of job events (e.g. `Starting indexing data source...`)
17-
- See a history of past indexing jobs under the Jobs tab of your AI Search
17+
- See a history of past indexing jobs under the Jobs tab of your AutoRAG
1818

19-
![AI Search jobs](~/assets/images/changelog/ai-search/autorag-jobs-view.gif)
19+
![AutoRAG jobs](~/assets/images/changelog/ai-search/autorag-jobs-view.gif)
2020

2121
This makes it easier to understand what’s happening behind the scenes.
2222

23-
**Coming soon:** We’re adding APIs to programmatically check indexing status, making it even easier to integrate AI Search into your workflows.
23+
**Coming soon:** We’re adding APIs to programmatically check indexing status, making it even easier to integrate AutoRAG into your workflows.
2424

2525
Try it out today on the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/ai/autorag).

src/content/docs/ai-search/platform/release-note.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ import { ProductReleaseNotes } from "~/components";
1313

1414
This release notes section covers regular updates and minor fixes. For major feature releases or significant updates, see the [changelog](/changelog).
1515

16-
{/* <!-- Actual content lives in /src/content/release-notes/autorag.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
16+
{/* <!-- Actual content lives in /src/content/release-notes/ai-search.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1717

1818
<ProductReleaseNotes />

src/content/docs/reference-architecture/diagrams/ai/ai-rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pcx_content_type: reference-architecture-diagram
44
tags:
55
- AI
66
products:
7-
- ai-search
7+
- AI Search
88
- Workers AI
99
- Workers
1010
- Queues
File renamed without changes.

0 commit comments

Comments
 (0)