Skip to content

Commit 4f6c7bb

Browse files
committed
resolve conflicts
1 parent d338596 commit 4f6c7bb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/content/docs/ai-search/configuration/data-source/website.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ You can only crawl domains that you have onboarded onto the same Cloudflare acco
1313
Refer to [Onboard a domain](/fundamentals/manage-domains/add-site/) for more information on adding a domain to your Cloudflare account.
1414
:::
1515

16+
:::caution[Bot protection may block crawling]
17+
If you use Cloudflare products that control or restrict bot traffic such as [Bot Management](/bots/), [Web Application Firewall (WAF)](/waf/), or [Turnstile](/turnstile/), the same rules will apply to the AutoRAG crawler. Make sure to configure an exception or an allow-list for the AutoRAG crawler in your settings.
18+
:::
19+
1620
## How website crawling works
1721
When you connect a domain, the crawler looks for your website’s sitemap to determine which pages to visit:
1822

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ In this tutorial, we’ll walk through how to:
1515
2. Store the rendered HTML in R2
1616
3. Connect it to AI Search for querying
1717

18+
:::note
19+
20+
AutoRAG now lets you use your [website](/ai-search/configuration/data-source/website/) as a data source. When enabled, AutoRAG will automatically crawl and parse your site content for you.
21+
22+
:::
23+
1824
## Step 1. Create a Worker to fetch webpages and upload into R2
1925

2026
We’ll create a Cloudflare Worker that uses Puppeteer to visit your URL, render it, and store the full HTML in your R2 bucket. If you already have an R2 bucket with content you’d like to build a RAG for then you can skip this step.

0 commit comments

Comments
 (0)