# RAG System - CI/CD Mode (Disabled)
let rag_schema = import "../rag.ncl" in
{
rag | rag_schema.RagConfig = {
rag = { enabled = false, },
},
}