Skip to content

Commit 7cc8dc0

Browse files
aninibreadOxyjun
andauthored
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent 9d92dbb commit 7cc8dc0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/content/docs/autorag/how-to/nlweb.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ You can deploy NLWeb on your website directly through the AutoRAG dashboard:
3030

3131
Once complete, AutoRAG will crawl and index your site, then deploy an NLWeb Worker for you.
3232

33-
## What This Template Includes
33+
## What this template includes
3434

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:
3636

3737
- **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.
3838
- **Defaults for content-heavy websites:** Applies tuned embedding and retrieval configurations ideal for publishing and content‑rich websites.
3939
- **NLWeb Worker deployment:** Automatically spins up a Cloudflare Worker from the [NLWeb Worker template](https://github.com/cloudflare/templates).
4040

41-
## What the Worker Includes
41+
## What the Worker includes
4242

4343
Your deployed Worker provides two endpoints:
4444

@@ -53,9 +53,12 @@ These endpoints give both people and agents structured access to your content.
5353

5454
To integrate NLWeb search directly into your site:
5555

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**.
5760
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)
5962

6063
This lets you serve conversational AI search directly from your own domain, with control over how people and agents access your content.
6164

0 commit comments

Comments
 (0)