Home Explore Blog Models CI



ragit

docs/commands/gc.txt
7596055abb6885d4f3da45d54cb5aa4ba8fce372b1cfb9780000000300000153
rag-gc(1)
==========

NAME
----
rag-gc - Clean up unnecessary files

SYNOPSIS
--------
[verse]
'rag gc' [--logs | --images | --audit | --all]

DESCRIPTION
-----------
`rag gc --logs` removes all the logs in `.ragit/logs`.
`rag gc --images` removes all the images in `.ragit/images`.
`rag gc --audit` removes internal logs for `rag audit`.

Chunks
c6338c4f (1st chunk of `docs/commands/gc.txt`)
Title: rag-gc Command Overview
Summary
The rag-gc command is used to clean up unnecessary files, including logs, images, and audit data, by removing them from specific directories, allowing for more efficient management of disk space and organization of files within the .ragit directory.