{ "runtimeDir": ".rag/runtime", "databaseDir": ".rag/lancedb", "modelCacheDir": ".rag/models", "tableName": "project_docs", "model": "Xenova/multilingual-e5-small", "chunk": { "maxChars": 1600, "overlapChars": 220 }, "sources": [ { "path": "AGENTS.md", "weight": 1.4 }, { "path": "CONTEXT.md", "weight": 1.3, "optional": true }, { "path": "docs/project-memory", "weight": 1.35 }, { "path": "docs", "weight": 1.0 } ], "exclude": [ ".git/", ".rag/", ".hermes/", ".codegraph/", ".app/", "node_modules/", "dist/", "build/", "coverage/", "logs/", "output/", "server-rs/target/", "server-rs/target-", "tmp/" ] }