Skip to content

Commit ccd78a8

Browse files
committed
mostly there
1 parent cb24263 commit ccd78a8

File tree

5 files changed

+54
-1
lines changed

5 files changed

+54
-1
lines changed
File renamed without changes.

src/content/docs/autorag/configuration/models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
AutoRAG uses models at multiple steps of the RAG pipeline. You can configure which models are used, or let AutoRAG automatically select defaults optimized for general use.
99

10-
## Where models are used
10+
## Models used
1111

1212
AutoRAG leverages Workers AI models in the following stages:
1313

src/content/docs/autorag/index.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ import {
1616
Plan,
1717
RelatedProduct,
1818
LinkButton,
19+
Feature,
1920
} from "~/components";
2021

2122
<Plan type="all" />
2223

2324
AutoRAG allows developers to create fully-managed retrieval-augmented generation (RAG) pipelines powered by Cloudflare allowing developers to integrate context-aware AI into their applications without managing infrastructure.
2425

26+
You can use AutoRAG to build:
27+
28+
- **Chatbots:** Improve chatbot accuracy by providing relevant up-to-date information.
29+
- **Enterprise Knowledge Search:** Enhance knowledge bases and wikis with intelligent search.
30+
2531
<div>
2632
<LinkButton href="/autorag/get-started">Get started</LinkButton>
2733
<LinkButton target="_blank" variant="secondary" icon="external" href="">
@@ -33,6 +39,24 @@ AutoRAG allows developers to create fully-managed retrieval-augmented generation
3339

3440
## Features
3541

42+
<Feature header="Automated indexing" href="/autorag/configuration/indexing" cta="View indexing">
43+
44+
Automatically and continuously index your data source, keeping your content fresh without manual reprocessing.
45+
46+
</Feature>
47+
48+
<Feature header="Binding" href="/autorag/use-autorag/workers-binding/" cta="Add to Worker">
49+
50+
Call your AutoRAG instance for search or AI search directly from a Cloudflare Worker using the native binding integration.
51+
52+
</Feature>
53+
54+
<Feature header="Similarity caching" href="/autorag/configuration/cache" cta="Use caching">
55+
56+
Cache repeated queries and results to improve latency and reduce compute on repeated requests.
57+
58+
</Feature>
59+
3660
---
3761

3862
## Related products
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
pcx_content_type: Release note
3+
title: Release note
4+
release_notes_file_name:
5+
- autorag
6+
sidebar:
7+
order: 8
8+
head: []
9+
description: Review recent changes to Cloudflare AutoRAG.
10+
---
11+
12+
import { ProductReleaseNotes } from "~/components";
13+
14+
This release notes section covers regular updates and minor fixes. For major feature releases or significant updates, see the [changelog](/changelog).
15+
16+
{/* <!-- Actual content lives in /src/content/release-notes/autorag.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
17+
18+
<ProductReleaseNotes />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
link: "/autorag/platform/release-note/"
3+
productName: AutoRAG
4+
productLink: "/autorag/"
5+
productArea: Developer platform
6+
productAreaLink: /workers/platform/changelog/platform/
7+
entries:
8+
- publish_date: "2025-04-07"
9+
title: AutoRAG is now in open beta!
10+
description: |-
11+
AutoRAG allows developers to create fully-managed retrieval-augmented generation (RAG) pipelines powered by Cloudflare allowing developers to integrate context-aware AI into their applications without managing infrastructure.

0 commit comments

Comments
 (0)