Organization & Cleanup
Keep your knowledge base organized with clustering, deduplication, and curation tools.
Clustering
Automatically group related documents:
engram reorg clusters
Deduplication
Find and remove duplicate content:
# Find duplicates
engram reorg duplicates
# Remove duplicates with confirmation
engram reorg deduplicate --confirm
Cleanup
Clean up your knowledge base:
# Interactive cleanup
engram reorg cleanup -i
# Confirm all changes
engram reorg cleanup --confirm
Source Linking
Link documents from different sources:
engram reorg link-sources --confirm -t 0.85
Reviewing Content
Review content that may need attention:
# Review empty documents
engram reorg review --empty
# Review old documents
engram reorg review --old 365
# Review specific cluster
engram reorg review --cluster 5
Archiving
Archive documents you want to keep but hide:
engram archive <doc_id> -r "reason for archiving"
Restore archived documents:
engram restore <doc_id>
See Also
- CLI Reference: reorg - Full command reference
- CLI Reference: archive - Archive command reference