You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/autorag/how-to/nlweb.mdx
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ You can deploy NLWeb on your website directly through the AutoRAG dashboard:
30
30
31
31
Once complete, AutoRAG will crawl and index your site, then deploy an NLWeb Worker for you.
32
32
33
-
## What This Template Includes
33
+
## What this template includes
34
34
35
-
Choosing the NLWeb Website option extends a normal AutoRAG by tailoring it for content‑heavy websites and giving you everything needed to adopt NLWeb as the standard for conversational search on your site. Specifically, the template provides:
35
+
Choosing the NLWeb Website option extends a normal AutoRAG by tailoring it for content‑heavy websites and giving you everything that is required to adopt NLWeb as the standard for conversational search on your site. Specifically, the template provides:
36
36
37
37
-**Website as a data source:** Uses [Website](/autorag/configuration/data-source/website/) as data source option to crawl and ingest pages with the Rendered Sites option.
38
38
-**Defaults for content-heavy websites:** Applies tuned embedding and retrieval configurations ideal for publishing and content‑rich websites.
39
39
-**NLWeb Worker deployment:** Automatically spins up a Cloudflare Worker from the [NLWeb Worker template](https://github.com/cloudflare/templates).
40
40
41
-
## What the Worker Includes
41
+
## What the Worker includes
42
42
43
43
Your deployed Worker provides two endpoints:
44
44
@@ -53,9 +53,12 @@ These endpoints give both people and agents structured access to your content.
53
53
54
54
To integrate NLWeb search directly into your site:
55
55
56
-
1. Find your deployed Worker in the Cloudflare Dashboard. You can do so by going to your AutoRAG, selecting Connect, then the NLWeb tab, and clicking Go to Worker
56
+
1. Find your deployed Worker in the [Cloudflare dashboard](https://dash.cloudflare.com/):
57
+
- Go to **Compute & AI** > **AutoRAG**.
58
+
- Select **Connect**, then go to the **NLWeb** tab.
59
+
- Select **Go to Worker**.
57
60
2. Add a [custom domain](/workers/configuration/routing/custom-domains/) to your Worker (for example, ask.example.com)
58
-
3. Use the /ask endpoint on your custom domain to power the search (for example, ask.example.com/ask)
61
+
3. Use the `/ask` endpoint on your custom domain to power the search (for example, ask.example.com/ask)
59
62
60
63
This lets you serve conversational AI search directly from your own domain, with control over how people and agents access your content.
0 commit comments