{"service":"rag","description":"Central RAG system: chunking, embedding (AWS S3 Vectors), payloads (R2), metadata (Durable Objects).","rpcEntrypoint":"RagWorker","routes":{"health":"/health","registerDocument":"POST /documents/register","ingestDocument":"POST /documents/ingest","chunkDocument":"POST /documents/chunk","embedDocument":"POST /documents/embed","reindexDocument":"POST /documents/reindex","listDocuments":"GET /documents?userId=...","getDocument":"GET /documents/:documentId?userId=...","updateDocument":"PATCH /documents/:documentId","deleteDocument":"DELETE /documents/:documentId?userId=...&force=true","listChunks":"GET /documents/:documentId/chunks?userId=...","getChunkText":"GET /documents/:documentId/chunks/:chunkId?userId=...","createRag":"POST /rags","listRags":"GET /rags?userId=...","getRag":"GET /rags/:ragId?userId=...","updateRag":"PATCH /rags/:ragId","deleteRag":"DELETE /rags/:ragId?userId=...","ragStats":"GET /rags/:ragId/stats?userId=...","attachDocuments":"POST /rags/:ragId/documents/attach","detachDocuments":"POST /rags/:ragId/documents/detach","listAttachments":"GET /rags/:ragId/documents?userId=...","setAttachmentRetrieval":"POST /rags/:ragId/documents/retrieval","search":"POST /rags/:ragId/search","ask":"POST /rags/:ragId/ask","listQuestions":"GET /rags/:ragId/questions?userId=...","getAnswer":"GET /rags/:ragId/questions/:questionId?userId=...","retrievalLogs":"GET /rags/:ragId/retrieval-logs?userId=...","startIngestion":"POST /ingestions","uploadIngestion":"POST /ingestions/upload (multipart/form-data)","getIngestionJob":"GET /ingestions/:jobId?userId=...","listIngestionJobs":"GET /ingestions?userId=...","rpc":"/rpc","openapi":"/openapi","openapiSpec":"/openapi/spec.json"}}