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 edit;
11pub mod embedding;
12pub mod enrich;
13pub mod export;
14pub mod forget;
15pub mod fts;
16pub mod graph_export;
17pub mod health;
18pub mod history;
19pub mod hybrid_search;
20pub mod ingest;
21pub mod ingest_claude;
22pub mod ingest_codex;
23pub mod init;
24pub mod link;
25pub mod list;
26pub mod memory_entities;
27pub mod merge_entities;
28pub mod migrate;
29pub mod namespace_detect;
30pub mod normalize_entities;
31pub mod optimize;
32pub mod pending;
33pub mod pending_embeddings;
34pub mod prune_ner;
35pub mod prune_relations;
36pub mod purge;
37pub mod read;
38pub mod recall;
39pub mod reclassify;
40pub mod reclassify_relation;
41pub mod related;
42pub mod remember;
43pub mod remember_batch;
44pub mod rename;
45pub mod rename_entity;
46pub mod restore;
47pub mod slots;
48pub mod stats;
49pub mod sync_safe_copy;
50pub mod unlink;
51pub mod vacuum;
52pub mod vec;