ragnar_store_inspect: Launch the Ragnar Store Inspector

View source: R/store.R

ragnar_store_inspectR Documentation

Launch the Ragnar Store Inspector

Description

Launches a Shiny app for interactively browsing a Ragnar store, previewing document chunks, and testing search behavior.

Usage

ragnar_store_inspect(store, ...)

Arguments

store

A RagnarStore object to inspect.

...

Passed to shiny::runApp().

Details

The Store Inspector is a Shiny app for exploring a RagnarStore. Use it to quickly see what was ingested and preview search results for different queries. Type a query in the search bar and choose BM25 or VSS. The list of documents on the left updates, and clicking a row shows its text and metadata on the right. You can drag the divider to resize the document list and preview area.

The preview area shows the chunk content. You can view it as rendered Markdown or switch to “Raw Text” to see the stored text (long lines are wrapped). Metadata is shown above the text in YAML format, including any extra fields stored with the chunk.

Value

NULL (invisibly).

Keyboard Shortcuts

Context Shortcut Action
Global /, Esc Focus search; clear it
Documents list ArrowUp/ArrowDown, j/k Move selection
Vertical Divider ArrowLeft/ArrowRight (+Shift), g/Home Resize; reset

ragnar documentation built on Sept. 11, 2026, 1:06 a.m.