kogral/.kogral/config.json
Jesús Pérez 2b4d548aad
Some checks failed
Nickel Type Check / Nickel Type Checking (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: add ci defs files
2026-01-23 16:12:15 +00:00

37 lines
630 B
JSON

{
"embeddings": {
"dimensions": 384,
"enabled": true,
"model": "BAAI/bge-small-en-v1.5",
"provider": "fastembed"
},
"mcp": {
"server": {
"transport": "stdio"
},
"tools": {
"add_decision": true,
"add_note": true,
"export": true,
"get_guidelines": true,
"link": true,
"search": true
}
},
"query": {
"cross_graph": true,
"max_results": 20,
"similarity_threshold": 0.4
},
"storage": {
"primary": "filesystem",
"secondary": {
"enabled": false
}
},
"sync": {
"auto_index": false,
"debounce_ms": 1000
}
}