You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Chroma Ops is designed to help you maintain a healthy Chroma database. It can also be used for inspecting the state of your database. The following use cases are supported:</p>
2346
2346
<ul>
2347
2347
<li>π¦ Database Maintenance</li>
2348
-
<li><ahref="#info"><code>db info</code></a> - gathers general information about your Chroma persistent database</li>
2349
-
<li><ahref="#clean"><code>db clean</code></a> - cleans up the database from unused files (for now only orphanated HNSW segment directories)</li>
2348
+
<li><ahref="#database-info"><code>db info</code></a> - gathers general information about your Chroma persistent database</li>
2349
+
<li><ahref="#database-clean"><code>db clean</code></a> - cleans up the database from unused files (for now only orphanated HNSW segment directories)</li>
2350
2350
<li>π Write-Ahead Log (WAL) Maintenance</li>
2351
-
<li><ahref="#info-1"><code>wal info</code></a> - gathers information about the Write-Ahead Log (WAL)</li>
2352
-
<li><ahref="#commit"><code>wal commit</code></a> - commits the WAL to all collections with outstanding changes</li>
2353
-
<li><ahref="#clean-1"><code>wal clean</code></a> - cleans up the WAL from committed transactions. Recent Chroma version automatically prune the WAL so this is not needed unless you have older version of Chroma or disabled automatic WAL pruning.</li>
2354
-
<li><ahref="#export"><code>wal export</code></a> - exports the WAL to a <code>jsonl</code> file. This can be used for debugging and for auditing.</li>
2355
-
<li><ahref="#configuration"><code>wal config</code></a> - allows you to configure the WAL for your Chroma database.</li>
2351
+
<li><ahref="#wal-info"><code>wal info</code></a> - gathers information about the Write-Ahead Log (WAL)</li>
2352
+
<li><ahref="#wal-commit"><code>wal commit</code></a> - commits the WAL to all collections with outstanding changes</li>
2353
+
<li><ahref="#wal-export"><code>wal export</code></a> - exports the WAL to a <code>jsonl</code> file. This can be used for debugging and for auditing.</li>
2354
+
<li><ahref="#wal-configuration"><code>wal config</code></a> - allows you to configure the WAL for your Chroma database.</li>
2356
2355
<li>π Full Text Search (FTS) Maintenance</li>
2357
-
<li><ahref="#rebuild"><code>fts rebuild</code></a> - rebuilds the FTS index for all collections or change the tokenizer.</li>
2356
+
<li><ahref="#fts-rebuild"><code>fts rebuild</code></a> - rebuilds the FTS index for all collections or change the tokenizer.</li>
2358
2357
<li>𧬠Vector Index (HNSW) Maintenance</li>
2359
-
<li><ahref="#info-2"><code>hnsw info</code></a> - gathers information about the HNSW index for a given collection</li>
2360
-
<li><ahref="#rebuild-1"><code>hnsw rebuild</code></a> - rebuilds the HNSW index for a given collection and allows the modification of otherwise immutable (construction-only) parameters. Useful command to keep your HNSW index healthy and prevent fragmentation.</li>
2361
-
<li><ahref="#configuration-1"><code>hnsw config</code></a> - allows you to configure the HNSW index for your Chroma database.</li>
2358
+
<li><ahref="#hnsw-info"><code>hnsw info</code></a> - gathers information about the HNSW index for a given collection</li>
2359
+
<li><ahref="#hnsw-rebuild"><code>hnsw rebuild</code></a> - rebuilds the HNSW index for a given collection and allows the modification of otherwise immutable (construction-only) parameters. Useful command to keep your HNSW index healthy and prevent fragmentation.</li>
2360
+
<li><ahref="#hnsw-configuration"><code>hnsw config</code></a> - allows you to configure the HNSW index for your Chroma database.</li>
2362
2361
<li>πΈ Collection Maintenance</li>
2363
-
<li><ahref="#snapshot"><code>collection snapshot</code></a> - creates a snapshot of a collection. The snapshots are self-contained and are meant to be used for backup and restore.</li>
2362
+
<li><ahref="#collection-snapshot"><code>collection snapshot</code></a> - creates a snapshot of a collection. The snapshots are self-contained and are meant to be used for backup and restore.</li>
0 commit comments