Skip to content

Commit b713498

Browse files
committed
Rename from ARAG to AIS
1 parent 0f742fd commit b713498

File tree

71 files changed

+522
-522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+522
-522
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/src/content/release-notes/workers-ai.yaml @kathayl @mchenco @kodster28 @cloudflare/pcx-technical-writing
2727
/src/content/release-notes/ai-gateway.yaml @kathayl @mchenco @kodster28 @cloudflare/pcx-technical-writing
2828
/src/content/release-notes/vectorize.yaml @elithrar @mchenco @sejoker @cloudflare/pcx-technical-writing
29-
/src/content/docs/autorag/ @rita3ko @irvinebroque @aninibread @cloudflare/pcx-technical-writing
29+
/src/content/docs/ai-search/ @rita3ko @irvinebroque @aninibread @cloudflare/pcx-technical-writing
3030

3131
# Analytics & Logs
3232

.github/workflows/publish-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
--config bin/rclone.conf \
6868
distmd \
6969
zt:zt-dashboard-dev-docs
70-
- name: Upload vendored Markdown files to AutoRAG DevDocs bucket
70+
- name: Upload vendored Markdown files to AI Search DevDocs bucket
7171
env:
7272
AWS_ACCESS_KEY_ID: ${{ secrets.AUTORAG_DEVDOCS_ACCESS_KEY_ID }}
7373
AWS_SECRET_ACCESS_KEY: ${{ secrets.AUTORAG_DEVDOCS_SECRET_ACCESS_KEY }}

public/__redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@
245245
/api-shield/security/sequence-mitigation/configure/ /api-shield/security/sequence-mitigation/api/ 301
246246

247247
#autorag
248-
/autorag/usage/recipes/ /autorag/how-to/ 301
249-
/autorag/configuration/metadata-filtering/ /autorag/configuration/metadata/ 301
248+
/autorag/usage/recipes/ /ai-search/how-to/ 301
249+
/autorag/configuration/metadata-filtering/ /ai-search/configuration/metadata/ 301
250250

251251
# bots
252252
/bots/about/plans/ /bots/plans/ 301
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
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.
4+
products:
5+
- ai-search
6+
- vectorize
7+
date: 2025-04-07
8+
---
9+
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.
11+
12+
![AI Search open beta demo](~/assets/images/changelog/ai-search/autorag-open-beta.gif)
13+
14+
With AI Search, you can:
15+
16+
- **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.
19+
- **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/).
20+
21+
Whether you're building internal tools, AI-powered search, or a support assistant, AI Search gets you from idea to deployment in minutes.
22+
23+
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.

0 commit comments

Comments
 (0)