Home Explore Blog CI



ragit

docs/commands/ii-status.txt
0f27bb9a0898f9b7862f517961e430ea00c8cbd7b58bdbdd0000000300000180
rag-ii-status(1)
==========

NAME
----
rag-ii-status - Show current status of inverted index

SYNOPSIS
--------
[verse]
'rag ii-status'

DESCRIPTION
-----------
It returns one of 4 variants: "not initialized", "complete", "outdated" or
"interrupted".

If it's "outdated" or "interrupted", you have to run `rag ii-reset` and
`rag ii-build`. There's no way to recover from such states.

Chunks
4887abfc (1st chunk of `docs/commands/ii-status.txt`)
Title: Rag II Status Command
Summary
The rag-ii-status command displays the current status of an inverted index, which can be one of four states: not initialized, complete, outdated, or interrupted, with the latter two requiring a reset and rebuild.