| ragnar_store_inspect | R Documentation |
Launches a Shiny app for interactively browsing a Ragnar store, previewing document chunks, and testing search behavior.
ragnar_store_inspect(store, ...)
store |
A |
... |
Passed to |
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.
NULL (invisibly).
| 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.