Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/dash-routes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
},
{
"name": "AI Search",
"deeplink": "/?to=/:account/ai/autorag",
"deeplink": "/?to=/:account/ai/ai-search",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: This change may be overwritten when we merge a new version of the dash routes file if it's not fixed in the source.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pedrosousa , that's a good point.

Hopefully it'll be picked up when the script is next run, as that's what the new Dashboard URL is.

This'll be an interim fix to make sure the link isn't broken.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good!
Just be on the lookout for any inadvertent rollback.

"parent": ["AI"]
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/ai-search/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Description: Get started creating fully-managed, retrieval-augmented generation

import { DashButton } from "~/components";

AI Search (formerly AutoRAG) is Cloudflare’s managed search service. You can connect your data such as websites or unstructured content, and it automatically creates a continuously updating index that you can query with natural language in your applications or AI agents.
AI Search (formerly AutoRAG) is Cloudflare’s managed search service. You can connect your data such as websites or unstructured content, and it automatically creates a continuously updating index that you can query with natural language in your applications or AI agents.

## Prerequisite

Expand All @@ -25,7 +25,7 @@ To create a new AI Search:

1. In the Cloudflare dashboard, go to the **AI Search** page.

<DashButton url="/?to=/:account/ai/autorag" />
<DashButton url="/?to=/:account/ai/ai-search" />

2. Select **Create**
3. In Create a RAG, select **Get Started**
Expand Down Expand Up @@ -55,7 +55,7 @@ Once indexing is complete, you can run your first query:

## 4. Add to your application

Once you are ready, go to **Connect** for instructions on how to connect AI Search to your application.
Once you are ready, go to **Connect** for instructions on how to connect AI Search to your application.

There are multiple ways you can connect:

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ai-search/usage/rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You need an API token with the `AI Search - Read` and `AI Search Edit` permissio

1. In the Cloudflare dashboard, go to the **AI Search** page.

<DashButton url="/?to=/:account/ai/autorag" />
<DashButton url="/?to=/:account/ai/ai-search" />

2. Select your AI Search.
3. Select **Use AI Search** and then select **API**.
Expand Down