Skip to content

Commit 68d9b22

Browse files
committed
Update files per bug 5943942
1 parent 0b6aa24 commit 68d9b22

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/docs/extraction/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ NeMo Retriever Library supports the following file types:
4848
- `png`
4949
- `pptx`
5050
- `sh` (treated as text)
51+
- `svg` (NeMo Retriever Library only, requires `cairosvg`)
5152
- `tiff`
5253
- `txt`
5354
- `wav`

nemo_retriever/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@ For example, with apt-get on Ubuntu:
200200
sudo apt install -y libreoffice
201201
```
202202

203+
For SVG files, install the optional `cairosvg` dependency with `pip install cairosvg`. SVG support is available in the NeMo Retriever Library, but not in the container deployment. `cairosvg` requires network access to install, so it will not work in air-gapped environments.
204+
```bash
205+
uv pip install "nemo-retriever[svg]"
206+
# or equivalently:
207+
uv pip install "cairosvg>=2.7.0"
208+
```
209+
203210
Example usage:
204211
```python
205212
# docx and pptx files

0 commit comments

Comments
 (0)