sqlite-graphrag 1.0.9

Local GraphRAG memory for LLMs in a single SQLite file
Documentation
pub mod cleanup_orphans;
pub mod daemon;
pub mod debug_schema;
pub mod edit;
pub mod forget;
pub mod graph_export;
pub mod health;
pub mod history;
pub mod hybrid_search;
pub mod init;
pub mod link;
pub mod list;
pub mod migrate;
pub mod namespace_detect;
pub mod optimize;
pub mod purge;
pub mod read;
pub mod recall;
pub mod related;
pub mod remember;
pub mod rename;
pub mod restore;
pub mod stats;
pub mod sync_safe_copy;
pub mod unlink;
pub mod vacuum;