Skip to content

Interface: GroundingStatsDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / GroundingStatsDto

Interface: GroundingStatsDto

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

Entity grounding statistics (linking to external ontologies).

Properties

entitiesAmbiguous

entitiesAmbiguous: number

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

Number of ambiguous groundings (multiple candidates found).


entitiesGrounded

entitiesGrounded: number

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

Number of entities successfully grounded to ontology IDs.


entitiesSkipped

entitiesSkipped: number

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

Number of entities where grounding was skipped.


entitiesUngrounded

entitiesUngrounded: number

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

Number of entities that could not be grounded.


groundingTimeMs

groundingTimeMs: number

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

Grounding processing time in milliseconds.