Skip to content
Discussion options

You must be logged in to vote

Docling ingestion can fail with an OCR-related error that mentions easyocr is missing. This is likely due to a stale uv cache when you install OpenRAG with uvx.

When you invoke OpenRAG with uvx openrag, uvx creates a cached, ephemeral environment that doesn't modify your project. The location and path of this cache depends on your operating system. For example, on macOS, this is typically a user cache directory, such as ~/.cache/uv.

This cache can become stale, producing errors like missing dependencies.

  1. If the TUI is open, press q to exit the TUI.
  2. Clear the uv cache:
    uv cache clean
  3. To clear the OpenRAG cache only, run:
    uv cache clean openrag
  4. Invoke OpenRAG to restart the TUI:
    uvx openrag

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CharnaParkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant