indentation
This commit is contained in:
parent
3b325d1a1c
commit
2020b924ad
1 changed files with 58 additions and 54 deletions
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue