Skip to content

Commit

Permalink
chore: Updated WAL cleanup statement in resources.md (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov authored Nov 19, 2024
1 parent 360cf25 commit 461e63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/core/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ is at least 2-4x the RAM required for the vector HNSW index.

!!! note "WAL Cleanup"

Chroma does not currently clean the WAL so your sqlite3 metadata file will grow over time. In the meantime feel free
to use available tooling to periodically clean your WAL -
see [chromadb-ops](https://github.com/amikos-tech/chromadb-ops) for more information.
Since version `0.5.6` Chroma automatically cleans up the WAL file.

### Temporary Disk Space

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a collection of small guides and recipes to help you get started with ChromaDB.

!!! warning "Critical Fix in 0.5.18"
!!! warning "Critical Fix in 0.5.13"

If you are using Chroma `>=0.5.7` and `<=0.5.13` please upgrade to `0.5.13` or later as there is a critical bug that can cause data loss. Read more on the [GH Issue #2922](https://github.com/chroma-core/chroma/issues/2922).

Expand Down

0 comments on commit 461e63c

Please sign in to comment.