Home Explore Blog Models CI



ragit

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

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

SYNOPSIS
--------
[verse]
'rag archive-extract' [--jobs <n=4>] [--force | -f] [--quiet | -q] [--[no-]ii]
            --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.

By default, it creates an inverted index after extracting the archive. If you
want to disable that, you can give `--no-ii` option.

Chunks
cdfec288 (1st chunk of `docs/commands/archive-extract.txt`)
Title: rag-archive-extract Command
Summary
The rag-archive-extract command is used to extract an archive and create a knowledge base, with options for customizing the extraction process, such as overwriting existing directories and creating an inverted index.