What is the name of the modal you’re running?
AutoRag
What is the issue or error you’re encountering
When using Cloudflare AutoRAG with documents stored in R2, newly uploaded files don’t become searchable until the next automated indexing cycle (typically every 4 hours). We need an endpoint or mechanism to immediately re-index a specific document after upload, without waiting for the scheduled sync.
What steps have you taken to resolve the issue?
Reviewed AutoRAG and AI Gateway docs for a “reindex” endpoint.
Searched the Workers SDK and Cloudflare Dashboard UI for manual indexing controls.
Confirmed only a bulk “Re-index all” button is available via Dashboard, with no Worker-callable API.
What are the steps to reproduce the issue?
Upload a document via R2 API (e.g., using r2.put() in a Worker).
Verify the upload succeeded.
Attempt to query the document in AutoRAG (via search or Assistant API).
Observe that the document isn’t returned until after the next indexing cycle.