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