sqlite_graphrag/commands/
mod.rs1pub mod backup;
2pub mod cache;
3pub mod claude_runner;
4pub mod cleanup_orphans;
5pub mod codex_spawn;
6pub mod completions;
7pub mod debug_schema;
8pub mod deep_research;
9pub mod delete_entity;
10pub mod dry_run_backend;
11pub mod edit;
12pub mod embedding;
13pub mod enrich;
14pub mod export;
15pub mod forget;
16pub mod fts;
17pub mod graph_export;
18pub mod health;
19pub mod history;
20pub mod hybrid_search;
21pub mod ingest;
22pub mod ingest_claude;
23pub mod ingest_codex;
24pub mod init;
25pub mod link;
26pub mod list;
27pub mod memory_entities;
28pub mod merge_entities;
29pub mod migrate;
30pub mod namespace_detect;
31pub mod normalize_entities;
32pub mod optimize;
33pub mod pending;
34pub mod pending_embeddings;
35pub mod prune_ner;
36pub mod prune_relations;
37pub mod purge;
38pub mod read;
39pub mod recall;
40pub mod reclassify;
41pub mod reclassify_relation;
42pub mod related;
43pub mod remember;
44pub mod remember_batch;
45pub mod rename;
46pub mod rename_entity;
47pub mod restore;
48pub mod slots;
49pub mod stats;
50pub mod sync_safe_copy;
51pub mod unlink;
52pub mod vacuum;
53pub mod vec;