Skip to content

Commit 750a45e

Browse files
Update src/content/docs/autorag/how-autorag-works.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 98ed732 commit 750a45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/autorag/how-autorag-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
AutoRAG simplifies the process of building and managing a Retrieval-Augmented Generation (RAG) pipeline using Cloudflare's serverless platform. Instead of manually stitching together components like Workers AI, Vectorize, and writing custom logic for indexing, retrieval, and generation, AutoRAG handles it all for you. It also continuously indexes your data to ensure responses stay accurate and up-to-date.
8+
AutoRAG simplifies the process of building and managing a Retrieval-Augmented Generation (RAG) pipeline using Cloudflare's serverless platform. With AutoRAG, you don not have to manually write custom logic or combine components for indexing, retrieval, and generation. In addition, AutoRAG continuously indexes your data to ensure responses stay accurate and up-to-date.
99

1010
AutoRAG consists of two core processes:
1111

0 commit comments

Comments
 (0)