You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
-**Serverless on Cloudflare:** Built with Workers and Workflows for scalability, reliability, and cost-effectiveness.
12
12
-**Intuitive Dashboard:** Manage and view research via a Hono/JSX web interface.
13
13
-**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.
0 commit comments