@talonic/docs 0.17.0 → 0.17.1
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/index.js +63 -3
- package/dist/index.js.map +1 -1
- package/dist/seo.js +9 -2
- package/package.json +1 -1
package/dist/seo.js
CHANGED
|
@@ -16462,6 +16462,7 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16462
16462
|
{ id: "field-registry", label: "Field Registry" },
|
|
16463
16463
|
{ id: "tier-system", label: "Tier System" },
|
|
16464
16464
|
{ id: "semantic-clusters", label: "Semantic Clusters" },
|
|
16465
|
+
{ id: "field-resolution", label: "Field Resolution" },
|
|
16465
16466
|
{ id: "master-instructions", label: "Master Instructions" }
|
|
16466
16467
|
] },
|
|
16467
16468
|
{ id: "schemas-templates", label: "Schemas & Templates", children: [
|
|
@@ -16489,10 +16490,15 @@ var PLATFORM_NAV_SECTIONS = [
|
|
|
16489
16490
|
{ id: "cases", label: "Cases" },
|
|
16490
16491
|
{ id: "document-graph", label: "Document Graph" }
|
|
16491
16492
|
] },
|
|
16493
|
+
{ id: "data-products", label: "Data Products", children: [
|
|
16494
|
+
{ id: "dataset-templates", label: "Dataset Templates" },
|
|
16495
|
+
{ id: "assemblies", label: "Assemblies" }
|
|
16496
|
+
] },
|
|
16492
16497
|
{ id: "validation-quality", label: "Validation & Quality", children: [
|
|
16493
16498
|
{ id: "validation-checks", label: "Validation Checks" },
|
|
16494
16499
|
{ id: "ground-truth", label: "Golden Samples" },
|
|
16495
|
-
{ id: "approval-gates", label: "Approval Gates" }
|
|
16500
|
+
{ id: "approval-gates", label: "Approval Gates" },
|
|
16501
|
+
{ id: "approval-queue", label: "Approval Queue" }
|
|
16496
16502
|
] },
|
|
16497
16503
|
{ id: "delivery", label: "Outputs", children: [
|
|
16498
16504
|
{ id: "destinations", label: "Destinations" },
|
|
@@ -16555,7 +16561,8 @@ var PLATFORM_SECTION_META = [
|
|
|
16555
16561
|
{ id: "structuring", title: "Structuring", description: "Vocabulary-driven structuring system with seven field strategies, four processing tiers, capture sub-moves, modifiers, constraints, and synthesize fallback." },
|
|
16556
16562
|
{ 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." },
|
|
16557
16563
|
{ id: "linking-cases", title: "Linking & Cases", description: "Document linking discovers relationships through shared entities. Related documents grouped into cases with evidence chains." },
|
|
16558
|
-
{ id: "
|
|
16564
|
+
{ id: "data-products", title: "Data Products", description: "Dataset templates for reusable output specifications and assemblies for combining multi-source documents into structured datasets." },
|
|
16565
|
+
{ id: "validation-quality", title: "Validation & Quality", description: "Automated validation checks, golden sample benchmarking, configurable approval gates, and a manual review queue for flagged results." },
|
|
16559
16566
|
{ 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." },
|
|
16560
16567
|
{ id: "workspace-settings", title: "Workspace Settings", description: "Shared dialects for output formatting, reference primitives for lookup tables, and change review governance for production workspaces." },
|
|
16561
16568
|
{ id: "search-filtering", title: "Search & Filtering", description: "Global omnisearch (Cmd+K) and advanced document filtering by extracted field values with saved presets." },
|