sqlite-graphrag 1.0.66

Local GraphRAG memory for LLMs in a single SQLite file
Documentation
1
2
3
4
5
6
7
8
9
10
11
# cargo-mutants configuration
# Run: cargo mutants --timeout-multiplier 3
exclude_globs = [
    "src/i18n.rs",
    "src/commands/mod.rs",
    "tests/**",
    "benches/**",
    "fuzz/**",
    "migrations/**",
]
timeout_multiplier = 3.0