@talonic/docs 0.21.1 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/content.js +1316 -807
- package/dist/index.js +21 -20
- package/dist/index.js.map +1 -1
- package/dist/seo.js +122 -49
- package/openapi.json +101 -29
- package/package.json +1 -1
- package/dist/tailwind-preset.d.cts +0 -45
- package/dist/tailwind-preset.d.ts +0 -45
package/dist/index.js
CHANGED
|
@@ -6792,8 +6792,8 @@ var API_NAV_SECTIONS = [
|
|
|
6792
6792
|
{ id: "get-job", label: "Get Job" }
|
|
6793
6793
|
] },
|
|
6794
6794
|
{ id: "sources", label: "Sources", children: [
|
|
6795
|
-
{ id: "list-sources", label: "List
|
|
6796
|
-
{ id: "create-source", label: "Create
|
|
6795
|
+
{ id: "list-sources", label: "List Sources" },
|
|
6796
|
+
{ id: "create-source", label: "Create Source" },
|
|
6797
6797
|
{ id: "get-source", label: "Get / Update / Delete" },
|
|
6798
6798
|
{ id: "update-source", label: "Source Documents" },
|
|
6799
6799
|
{ id: "ingest-source-document", label: "Ingest a Document" }
|
|
@@ -6865,7 +6865,7 @@ var API_NAV_SECTIONS = [
|
|
|
6865
6865
|
{ id: "get-structuring-gate", label: "Get / Update / Delete Gate" },
|
|
6866
6866
|
{ id: "gate-rules", label: "Gate Rules" },
|
|
6867
6867
|
{ id: "result-checks", label: "Result Checks" },
|
|
6868
|
-
{ id: "pending-approvals", label: "Pending
|
|
6868
|
+
{ id: "pending-approvals", label: "Pending Reviews" },
|
|
6869
6869
|
{ id: "approve-reject-result", label: "Approve / Reject Result" },
|
|
6870
6870
|
{ id: "trigger-delivery", label: "Trigger Delivery" }
|
|
6871
6871
|
] },
|
|
@@ -6943,7 +6943,7 @@ var API_NAV_SECTIONS = [
|
|
|
6943
6943
|
{ id: "review-batch", label: "Batch Action" },
|
|
6944
6944
|
{ id: "review-assign", label: "Assign" }
|
|
6945
6945
|
] },
|
|
6946
|
-
{ id: "quality", label: "
|
|
6946
|
+
{ id: "quality", label: "Benchmarks", children: [
|
|
6947
6947
|
{ id: "list-quality-datasets", label: "List Datasets" },
|
|
6948
6948
|
{ id: "create-quality-dataset", label: "Create Dataset" },
|
|
6949
6949
|
{ id: "get-quality-dataset", label: "Get / Delete Dataset" },
|
|
@@ -7093,6 +7093,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7093
7093
|
{ id: "overview", label: "Overview", children: [
|
|
7094
7094
|
{ id: "introduction", label: "Introduction" },
|
|
7095
7095
|
{ id: "core-concepts", label: "Core Concepts" },
|
|
7096
|
+
{ id: "glossary", label: "Glossary" },
|
|
7096
7097
|
{ id: "platform-flow", label: "Platform Flow" },
|
|
7097
7098
|
{ id: "getting-started", label: "Getting Started" }
|
|
7098
7099
|
] },
|
|
@@ -7101,7 +7102,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7101
7102
|
{ id: "agent-impact", label: "Impact Levels" },
|
|
7102
7103
|
{ id: "agent-dashboard", label: "Dashboard" }
|
|
7103
7104
|
] },
|
|
7104
|
-
{ id: "sources-docs", label: "
|
|
7105
|
+
{ id: "sources-docs", label: "Sources & Documents", children: [
|
|
7105
7106
|
{ id: "uploading", label: "Uploading Documents" },
|
|
7106
7107
|
{ id: "supported-formats", label: "Supported Formats" },
|
|
7107
7108
|
{ id: "document-processing", label: "Document Processing" },
|
|
@@ -7112,7 +7113,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7112
7113
|
] },
|
|
7113
7114
|
{ id: "field-intelligence", label: "Field Intelligence", children: [
|
|
7114
7115
|
{ id: "field-registry", label: "Field Registry" },
|
|
7115
|
-
{ id: "tier-system", label: "
|
|
7116
|
+
{ id: "tier-system", label: "Maturity Levels" },
|
|
7116
7117
|
{ id: "semantic-clusters", label: "Semantic Clusters" },
|
|
7117
7118
|
{ id: "field-resolution", label: "Field Resolution" },
|
|
7118
7119
|
{ id: "master-instructions", label: "Master Instructions" }
|
|
@@ -7140,8 +7141,8 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7140
7141
|
{ id: "confidence-provenance", label: "Confidence & Provenance" },
|
|
7141
7142
|
{ id: "corrections", label: "Corrections" }
|
|
7142
7143
|
] },
|
|
7143
|
-
{ id: "pipelines", label: "
|
|
7144
|
-
{ id: "spec-pipeline", label: "The Spec &
|
|
7144
|
+
{ id: "pipelines", label: "Pipelines", children: [
|
|
7145
|
+
{ id: "spec-pipeline", label: "The Spec & the Engine" },
|
|
7145
7146
|
{ id: "pipeline-rail", label: "Composing the Rail" },
|
|
7146
7147
|
{ id: "running-a-pipeline", label: "Running a Pipeline" },
|
|
7147
7148
|
{ id: "validation-checkpoints", label: "Validation Checkpoints" },
|
|
@@ -7173,11 +7174,11 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7173
7174
|
{ id: "id-dispensers", label: "ID Dispensers" },
|
|
7174
7175
|
{ id: "data-product-sharing", label: "Sharing & Export" }
|
|
7175
7176
|
] },
|
|
7176
|
-
{ id: "validation-quality", label: "Validation &
|
|
7177
|
+
{ id: "validation-quality", label: "Validation & Benchmarks", children: [
|
|
7177
7178
|
{ id: "validation-checks", label: "Validation Checks" },
|
|
7178
|
-
{ id: "ground-truth", label: "
|
|
7179
|
-
{ id: "approval-gates", label: "
|
|
7180
|
-
{ id: "approval-queue", label: "
|
|
7179
|
+
{ id: "ground-truth", label: "Ground Truth" },
|
|
7180
|
+
{ id: "approval-gates", label: "Review Gates" },
|
|
7181
|
+
{ id: "approval-queue", label: "Field Review" }
|
|
7181
7182
|
] },
|
|
7182
7183
|
{ id: "delivery", label: "Outputs", children: [
|
|
7183
7184
|
{ id: "delivery-pipeline", label: "How Delivery Works" },
|
|
@@ -7202,7 +7203,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
7202
7203
|
] },
|
|
7203
7204
|
{ id: "team-admin", label: "Team & Admin", children: [
|
|
7204
7205
|
{ id: "team-management", label: "Team Management" },
|
|
7205
|
-
{ id: "usage-registry", label: "Usage
|
|
7206
|
+
{ id: "usage-registry", label: "Usage" },
|
|
7206
7207
|
{ id: "admin-panel", label: "Admin Panel" },
|
|
7207
7208
|
{ id: "shortcuts", label: "Keyboard Shortcuts" }
|
|
7208
7209
|
] }
|
|
@@ -7218,15 +7219,15 @@ var API_SECTION_META = [
|
|
|
7218
7219
|
{ id: "telemetry", title: "Telemetry API", description: "Aggregate structuring metrics \u2014 capture hit rate, synthesize rate, strategy distribution, and tier funnel breakdowns per schema or run." },
|
|
7219
7220
|
{ id: "provenance", title: "Provenance API", description: "Per-cell audit trails showing tier, strategy, sub-move, confidence score, and reasoning trace for every value in a record." },
|
|
7220
7221
|
{ id: "jobs", title: "Jobs API", description: "Track asynchronous extraction jobs with progress, phase status, and grid fill rate statistics." },
|
|
7221
|
-
{ id: "sources", title: "
|
|
7222
|
+
{ id: "sources", title: "Sources API", description: "Manage document sources for programmatic ingestion. Each source has its own API key and supports batch processing." },
|
|
7222
7223
|
{ id: "filter-search", title: "Filter & Search API", description: "Field autocomplete, document filtering with composable conditions, global omnisearch, and saved filter management." },
|
|
7223
7224
|
{ id: "webhooks", title: "Webhooks", description: "Real-time event notifications with HMAC-SHA256 signed payloads, delivery tracking, and exponential backoff retries." },
|
|
7224
7225
|
{ id: "resolutions", title: "Resolutions API", description: "Resolution runs \u2014 apply field normalization, transforms, and lookup cascades to extracted data. List, create, execute, and delete resolution runs." },
|
|
7225
7226
|
{ id: "linking", title: "Linking API", description: "Document linking graph \u2014 link keys, document links, entity graph, classification, backfill operations, and document-case mapping." },
|
|
7226
7227
|
{ id: "nshot", title: "N-Shot API", description: "N-Shot comparison endpoints for job runs \u2014 summary, field comparisons, overrides, and AI/human judge decisions." },
|
|
7227
7228
|
{ id: "schema-graph", title: "Schema Graph API", description: "Schema class ontology \u2014 versioned classes, diffs with approval/rejection workflow, inter-class edges, aliases, and D3-compatible visualization." },
|
|
7228
|
-
{ id: "structuring", title: "Structuring API", description: "Validation checks CRUD,
|
|
7229
|
-
{ id: "validation", title: "
|
|
7229
|
+
{ id: "structuring", title: "Structuring API", description: "Validation checks CRUD, review gates with configurable rules, result check outcomes, pending review queue, and delivery triggers." },
|
|
7230
|
+
{ id: "validation", title: "Benchmarks API (validation namespace)", description: "Ground Truth management and benchmark runs for measuring extraction accuracy against ground truth datasets." },
|
|
7230
7231
|
{ id: "credits", title: "Credits API", description: "Credit balance, transaction history, aggregate usage summaries, daily usage breakdown, and per-request usage log." },
|
|
7231
7232
|
{ id: "agent", title: "Agent API", description: "Workspace context snapshot and agent tool discovery endpoints for programmatic access to embedded AI assistant capabilities." },
|
|
7232
7233
|
{ id: "matching", title: "Matching API", description: "Reference data matching \u2014 create configs with weighted field strategies, run matches, get top-5 candidates per document, and AI-generate strategies." },
|
|
@@ -7234,7 +7235,7 @@ var API_SECTION_META = [
|
|
|
7234
7235
|
{ id: "batches", title: "Batches API", description: "Batch extraction processing at 50% cost \u2014 list, get, sync with provider, and cancel batches." },
|
|
7235
7236
|
{ id: "cases", title: "Cases API", description: "Case management \u2014 list, get, anomalies, status lifecycle, edge confirmation, document pinning, merge and split operations." },
|
|
7236
7237
|
{ id: "review", title: "Review API", description: "Review queue for validation records \u2014 list items, stats, take action (approve/reject/flag), batch operations, and assignment." },
|
|
7237
|
-
{ id: "quality", title: "
|
|
7238
|
+
{ id: "quality", title: "Benchmarks API", description: "Ground truth datasets, entries management with CSV import, benchmark runs, per-field accuracy results, and benchmark comparison." },
|
|
7238
7239
|
{ id: "routing-rules", title: "Routing Rules API", description: "Document routing rules \u2014 create, manage, and reorder priority-based rules for automatic document workflow assignment." },
|
|
7239
7240
|
{ id: "reference-data", title: "Reference Data API", description: "Upload, list, and manage reference data tables used as lookup targets for matching configurations. Supports JSON upload, paginated row access, and CSV export." },
|
|
7240
7241
|
{ id: "fields", title: "Fields API", description: "Read-only access to the field registry \u2014 list fields with filters, cross-schema harmonization analysis, field detail with occurrences, and embedding-based similarity search." },
|
|
@@ -7248,17 +7249,17 @@ var API_SECTION_META = [
|
|
|
7248
7249
|
var PLATFORM_SECTION_META = [
|
|
7249
7250
|
{ id: "overview", title: "Platform Overview", description: "Core concepts, platform flow, and getting started guide for the Talonic document structuring platform." },
|
|
7250
7251
|
{ id: "agent", title: "AI Agent", description: "Embedded AI assistant accessible via Cmd+I from any page. Inspects schemas, searches documents, analyzes extraction quality, explores cases, and builds schemas through natural language." },
|
|
7251
|
-
{ id: "sources-docs", title: "
|
|
7252
|
+
{ id: "sources-docs", title: "Sources & Documents", description: "Upload documents via drag-and-drop, API, or connectors. 25+ formats supported with automatic OCR and classification." },
|
|
7252
7253
|
{ id: "field-intelligence", title: "Field Intelligence", description: "Unified field registry with tier system, semantic clustering, and AI-synthesized master extraction instructions." },
|
|
7253
7254
|
{ id: "schemas-templates", title: "Schemas & Templates", description: "AI-generated schemas per document type and user-defined templates with field matching, reference tables, and versioning." },
|
|
7254
7255
|
{ id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
|
|
7255
7256
|
{ id: "extraction-jobs", title: "Extraction Jobs", description: "The 4-phase pipeline: Resolve, Agent, Validation, Re-read. Progressive grid filling with per-cell provenance and confidence." },
|
|
7256
|
-
{ id: "pipelines", title: "
|
|
7257
|
+
{ id: "pipelines", title: "Pipelines", description: "The Spec and the engine: compose a rail over one schema, run it as a per-document pipeline through transfer, extraction, resolution, and validation checkpoints, with a review queue and assembly." },
|
|
7257
7258
|
{ id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
|
|
7258
7259
|
{ id: "batch-inference", title: "Batch Inference", description: "Batch processing mode defers Claude extraction to the provider batch API at 50% cost with 48-hour delivery. Monitor batch progress and results." },
|
|
7259
7260
|
{ id: "matching", title: "Smart Matching", description: "Upload reference datasets and configure weighted field-to-field matching strategies. Run matches asynchronously and review top-5 candidates per document." },
|
|
7260
7261
|
{ id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
|
|
7261
|
-
{ id: "validation-quality", title: "Validation &
|
|
7262
|
+
{ id: "validation-quality", title: "Validation & Benchmarks", description: "Automated validation checks, Ground Truth benchmarking, configurable review gates, and Record Review for flagged results." },
|
|
7262
7263
|
{ id: "delivery", title: "Outputs & Delivery", description: "Push structured data to webhooks, REST APIs, SFTP, email, or cloud storage with field mappings, triggers, delivery configuration, and telemetry." },
|
|
7263
7264
|
{ id: "workspace-settings", title: "Workspace Settings", description: "Shared dialects for output formatting, reference primitives for lookup tables, and change review governance for production workspaces." },
|
|
7264
7265
|
{ id: "search-filtering", title: "Search & Filtering", description: "Global omnisearch (Cmd+K) and advanced document filtering by extracted field values with saved presets." },
|