Skip to content

Commit 50e60fd

Browse files
docs: Add AutoRAG feature to README (#29)
Explains the new AutoRAG integration, which allows research against pre-indexed datasets using Cloudflare AI. This feature complements the existing web browsing research capabilities. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent c0704c2 commit 50e60fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- **Serverless on Cloudflare:** Built with Workers and Workflows for scalability, reliability, and cost-effectiveness.
1212
- **Intuitive Dashboard:** Manage and view research via a Hono/JSX web interface.
1313
- **Simplified Architecture:** Gemini 2.5's large context window removes the need for prompt compression, enhancing report quality.
14+
- **AutoRAG Integration:** Allows the system to perform research using Cloudflare AI's AutoRAG feature, which queries against a pre-indexed dataset. This can be used as an alternative or in conjunction with standard web browsing research. The AutoRAG feature is invoked when an `autorag_id` is provided with the research request.
1415

1516
## 🚀 Inspiration and Acknowledgements
1617

0 commit comments

Comments
 (0)