Skip to content

Commit 98ed732

Browse files
committed
small fixes
1 parent def5623 commit 98ed732

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

src/content/docs/autorag/configuration/system-prompt.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ System prompts are particularly useful for:
2121
- Applying domain-specific tone or terminology
2222
- Encouraging consistent, high-quality output
2323

24-
## Default system prompt
24+
## How to set your system prompt
25+
26+
The system prompt for your AutoRAG can be set after it has been created by:
27+
28+
1. Navigating to the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/ai/autorag), and go to AI > AutoRAG
29+
2. Select your AutoRAG
30+
3. Go to Settings page and find the System prompt setting for either Query rewrite or Generation
31+
32+
### Default system prompt
2533

2634
When configuring your AutoRAG instance, you can provide your own system prompts. If you do not provide a system prompt, AutoRAG will use the **default system prompt** provided by Cloudflare.
2735

src/content/docs/autorag/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121

2222
<Description>
2323
Create fully-managed RAG pipelines to power your AI applications with accurate
24-
and up-to-date.
24+
and up-to-date information.
2525
</Description>
2626

2727
<Plan type="all" />
@@ -31,7 +31,7 @@ AutoRAG lets you create fully-managed, retrieval-augmented generation (RAG) pipe
3131
You can use AutoRAG to build:
3232

3333
- **Chatbots:** Improve chatbot accuracy by providing relevant up-to-date information.
34-
- **Enterprise knowledge search:** Enhance knowledge bases and wikis with intelligent search.
34+
- **Enterprise knowledge search:** Enhance knowledge bases and documentation with intelligent search.
3535

3636
<div>
3737
<LinkButton href="/autorag/get-started">Get started</LinkButton>

src/content/docs/autorag/platform/limits-pricing.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ When you create an AutoRAG instance, it provisions and runs on top of Cloudflare
1818
| [**Workers AI**](/workers-ai/platform/pricing/) | Handles image-to-Markdown conversion, embedding, query rewriting, and response generation |
1919
| [**AI Gateway**](/ai-gateway/reference/pricing/) | Monitors and controls model usage |
2020

21+
For more information about how each resource is used within AutoRAG, reference [How AutoRAG works](/autorag/how-autorag-works/).
22+
2123
## Limits
2224

2325
The following limits currently apply to AutoRAG during the open beta:

0 commit comments

Comments
 (0)