Skip to content

Commit e42d659

Browse files
aninibreadWalshyDev
authored andcommitted
resolve conflicts
1 parent 9668c29 commit e42d659

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
@@ -22,6 +22,12 @@ In this tutorial, we’ll walk through how to:
2222
2. Store the rendered HTML in R2
2323
3. Connect it to AI Search for querying
2424

25+
:::note
26+
27+
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.
28+
29+
:::
30+
2531
## Step 1. Create a Worker to fetch webpages and upload into R2
2632

2733
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)