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