Skip to content

Interface: GroundingStatsDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / GroundingStatsDto

Interface: GroundingStatsDto

Defined in: src/types/ingestion.ts:479

Entity grounding statistics (linking to external ontologies).

Properties

entitiesAmbiguous

entitiesAmbiguous: number

Defined in: src/types/ingestion.ts:481

Number of ambiguous groundings (multiple candidates found).


entitiesGrounded

entitiesGrounded: number

Defined in: src/types/ingestion.ts:483

Number of entities successfully grounded to ontology IDs.


entitiesSkipped

entitiesSkipped: number

Defined in: src/types/ingestion.ts:485

Number of entities where grounding was skipped.


entitiesUngrounded

entitiesUngrounded: number

Defined in: src/types/ingestion.ts:487

Number of entities that could not be grounded.


groundingTimeMs

groundingTimeMs: number

Defined in: src/types/ingestion.ts:489

Grounding processing time in milliseconds.