it-bens/ChunkHound Index Compactor
Compact a bloated ChunkHound DuckDB index by rebuilding it into a fresh file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| index-path | ChunkHound index directory or DuckDB file to compact. | yes | — |
| target | Output path for the compacted file. Defaults to <source>.compacted. | no | "" |
| replace | Replace the source with the compacted file on success (original moved to <source>.bak). | no | false |
| skip-hnsw | Skip rebuilding HNSW vector indexes; write a recipe table so `restore` can rebuild them later. | no | false |
Outputs
no outputs