sqlite-graphrag 1.0.42

Local GraphRAG memory for LLMs in a single SQLite file
Documentation
[graph]
targets = [
    { triple = "x86_64-unknown-linux-gnu" },
    { triple = "x86_64-unknown-linux-musl" },
    { triple = "aarch64-unknown-linux-gnu" },
    { triple = "aarch64-unknown-linux-musl" },
    { triple = "x86_64-apple-darwin" },
    { triple = "aarch64-apple-darwin" },
    { triple = "x86_64-pc-windows-msvc" },
    { triple = "aarch64-pc-windows-msvc" },
]

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
version = 2
yanked = "warn"
unmaintained = "workspace"
# Transitive advisories without upgrade available (all via fastembed):
ignore = [
    # RUSTSEC-2025-0119: number_prefix 0.4.0 unmaintained.
    # Transitive via indicatif 0.17 -> hf-hub 0.4 -> fastembed 5.13.
    # Upstream tracking: https://github.com/console-rs/indicatif/issues/752
    # Reassess when hf-hub ships with a newer indicatif that drops number_prefix.
    "RUSTSEC-2025-0119",
    # RUSTSEC-2024-0436: paste 1.0.15 unmaintained (archived upstream).
    # Transitive via tokenizers 0.22 -> text-splitter 0.30 + fastembed 5.13.
    # Upstream tracking: https://github.com/huggingface/tokenizers/pull/1834 (paste -> pastey).
    # Reassess when tokenizers/text-splitter publish paste-free versions.
    "RUSTSEC-2024-0436",
]

[licenses]
confidence-threshold = 0.8
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "MPL-2.0",
    "CC0-1.0",
    "0BSD",
    "Zlib",
    "CDLA-Permissive-2.0",
]
exceptions = []

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []