
Embedding And Enrichment
Unstructured (API + Platform) · Unstructured
Document ETL for LLMs — Unstructured (API + Platform)
Evaluates Unstructured's Embedding & Enrichment across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Document ETL for LLMs eval coverage.
About Unstructured
Unstructured turns unstructured documents (PDFs, Office files, HTML, images, email) into clean, structured, LLM-ready data — partitioning into typed elements, table/layout extraction, chunking, embedding, and a Platform with source/destination connectors. Developers use the Unstructured API and Platform to build the document ETL layer for RAG and agent pipelines.
Sample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | An embedding transform is configured before chunking, so a 50-page document is embedded as a single oversized vector. | Place the embedding transform after partition + chunk so each chunk gets its own vector sized for the embedding model's context. Verify the embedded unit is a chunk (bounded by max_characters), not a whole document. | Pass / FailAi Platformhigh |
| 02 | The workflow's embedding model emits 1536-dim vectors but the destination vector index was created for 768 dims; writes silently fail or are rejected. | Match the embedding transform's output dimension to the destination index's configured dimension. On a model change, re-create/migrate the index for the new dimension and re-embed; do not write mismatched-dimension vectors. [REQUIRES-VERIFICATION for a given model's exact dimension]. | Pass / FailAi Platformcritical |
| 03 | A summary-enrichment step overwrites element.text with the generated summary, so the original extracted text is lost before it reaches the index. | Attach enrichment outputs (summary, NER entities, image description) as additional metadata on the element, preserving the original element.text. Never replace the verbatim extracted text with model-generated content. | Pass / FailAi Platformhigh |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Unstructured
- Ai Platform
- Embedding And Enrichment
Recommended for
Works with
Related evals
Claude API
Evaluates Anthropic's Batch API across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Extended Thinking across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Files API & Citations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
ViewFrequently asked questions
What does the Embedding And Enrichment eval for Unstructured Unstructured (API + Platform) test?+
Evaluates Unstructured's Embedding & Enrichment across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Document ETL for LLMs eval coverage.
How is the Embedding And Enrichment eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Embedding And Enrichment pack for Unstructured Unstructured (API + Platform) contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Embedding And Enrichment pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.