Home Explore Blog CI



ragit

docs/commands/archive-extract.txt
d26ce3c69856a382e5e238a68ed3d4433151ad3f9d0d33580000000300000270
rag-archive(1)
==========

NAME
----
rag-archive-extract - Extract an archive and create a knowledge-base
rag-extract-archive - Alias

SYNOPSIS
--------
[verse]
'rag archive-extract' [--jobs <n=4>] [--force | -f] [--quiet | -q]
            --output | -o <dir>
            <archives..>

DESCRIPTION
-----------
`archives` are the files created by `rag archive-create` command.

By default, it raises an error if the output directory already exists. You
can forcefully overwrite the directory with `--force` option. If something
goes wrong while forcefully extracting an archive, you might lose the original
data. Be careful.

Chunks
61bf2e87 (1st chunk of `docs/commands/archive-extract.txt`)
Title: Rag Archive Extract Command
Summary
The rag-archive-extract command is used to extract archives created by rag archive-create and generate a knowledge-base, with options for customizing the extraction process such as setting the output directory and overwriting existing data.