Skip to content

Commit dbb7cff

Browse files
Oxyjunaninibread
andauthored
Rename to AIS (#25100)
* Rename from ARAG to AIS * Making sure nothing's broken * model support and deprecation strategy * resolve conflicts * update name * Rename from ARAG to AIS * Making sure nothing's broken * model support and deprecation strategy * resolve conflicts * update name * PCX: Minor fixes * Adding splat redirect for AutoRAG to AI Search * Fixing broken links * Moving over content from PR #25332 * update model section * update crawler section name * updated model list --------- Co-authored-by: Anni Wang <[email protected]>
1 parent 5b6a65c commit dbb7cff

File tree

71 files changed

+561
-465
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

+561
-465
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: 5 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
@@ -2322,6 +2322,9 @@
23222322
# AI Crawl Control
23232323
/ai-audit/* /ai-crawl-control/:splat 301
23242324

2325+
# AutoRAG to AI search
2326+
/autorag/* /ai-search/:splat 301
2327+
23252328
# Cloudflare One / Zero Trust
23262329
/cloudflare-one/connections/connect-networks/install-and-setup/tunnel-guide/local/as-a-service/* /cloudflare-one/connections/connect-networks/configure-tunnels/local-management/as-a-service/:splat 301
23272330
/cloudflare-one/connections/connect-apps/install-and-setup/deployment-guides/* /cloudflare-one/connections/connect-networks/deployment-guides/:splat 301
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)