indentation

This commit is contained in:
April M 2025-11-24 14:34:53 -08:00
parent 3b325d1a1c
commit 2020b924ad

View file

@ -64,11 +64,15 @@ If Docling ingestion fails with an OCR-related error and mentions `easyocr` is m
If you're running OpenRAG with `uvx openrag`, `uvx` creates a cached, ephemeral environment that doesn't modify your project. This cache can become stale. If you're running OpenRAG with `uvx openrag`, `uvx` creates a cached, ephemeral environment that doesn't modify your project. This cache can become stale.
On macOS, this cache directory is typically a user cache directory such as `/Users/USER_NAME/.cache/uv`. On macOS, this cache directory is typically a user cache directory such as `/Users/USER_NAME/.cache/uv`.
1. To clear the uv cache, run: 1. To clear the uv cache, run:
```bash ```bash
uv cache clean uv cache clean
``` ```
2. Start OpenRAG: 2. Start OpenRAG:
```bash ```bash
uvx openrag uvx openrag
``` ```