Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/docs/extraction/benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@ active:
test_name: null # Auto-generated if null

# API Configuration
api_version: v1 # v1 or v2
api_version: v2 # v1 or v2
pdf_split_page_count: null # V2 only: pages per chunk (null = default 32)

# Infrastructure
hostname: localhost
readiness_timeout: 600
profiles: [retrieval]
compose:
profiles:
- retrieval

# Runtime
sparse: true
sparse: false
gpu_search: false
embedding_model: auto

Expand Down Expand Up @@ -123,7 +125,7 @@ datasets:
extract_tables: true
extract_charts: true
extract_images: true
extract_infographics: false
extract_infographics: true
recall_dataset: null # bo20 does not have recall

earnings:
Expand Down Expand Up @@ -159,7 +161,7 @@ uv run nemo-retriever-bench --case=e2e --dataset=/custom/path
|---------|------|--------|--------|--------|--------------|--------|
| `bo767` | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
| `earnings` | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ |
| `bo20` | ✅ | ✅ | ✅ | ✅ | | ❌ |
| `bo20` | ✅ | ✅ | ✅ | ✅ | | ❌ |
| `financebench` | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| `single` | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |

Expand Down
Loading