Orchestration
MariaDB AI RAG orchestration endpoints coordinate multi-step RAG workflows in one request, covering ingestion, chunking, retrieval, streaming generation, and an end-to-end pipeline call.
Overview
Orchestration Endpoints
Ingestion Orchestration
POST /orchestrate/ingestion{
"chunking_method": "semantic",
"chunk_size": 512,
"cloud_storage_sources": [
{
"integration_id": "int_abc123",
"prefix": "financial_reports/Q3/",
"recursive": true,
"file_extensions": [".pdf"]
}
],
"document_processing": {
"processor_type": "layout_aware_standard",
"enable_ocr": true,
"ocr_provider": "rapidocr",
"enable_table_extraction": true,
"table_structure_mode": "accurate"
}
}Generation Orchestration
Streaming Generation Orchestration
Full Pipeline
Last updated
Was this helpful?

