Home Explore Blog CI



ragit

1st chunk of `docs/commands/ii-status.txt`
4887abfc4766f6e085b7f3d78a34d68e15a54eeb525b06100000000100000180
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.

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.