it-bens/ChunkHound Index Compactor

Compact a bloated ChunkHound DuckDB index by rebuilding it into a fresh file.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
index-pathChunkHound index directory or DuckDB file to compact.yes
targetOutput path for the compacted file. Defaults to <source>.compacted.no""
replaceReplace the source with the compacted file on success (original moved to <source>.bak).nofalse
skip-hnswSkip rebuilding HNSW vector indexes; write a recipe table so `restore` can rebuild them later.nofalse

no outputs