Skip to content

Interface: ExtractionStrategyHybrid

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / ExtractionStrategyHybrid

Interface: ExtractionStrategyHybrid

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

Hybrid extraction strategy — NER first, LLM fallback for low-confidence entities.

Remarks

Wire format: {"type": "hybrid", "ner_confidence_threshold": 0.8}

Properties

nerConfidenceThreshold

nerConfidenceThreshold: number

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

NER confidence threshold below which to escalate to LLM (0.0–1.0).


type

type: "hybrid"

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