proposit-core
    Preparing search index...

    Input shape every ingestion pipeline accepts: the raw natural- language text to parse. Wrapped in an object so future v2 stages can attach side-input (per-stage hints, prior corrections, …) without breaking the wire-shape.

    type TIngestionInput = {
        text: string;
    }
    Index

    Properties

    Properties

    text: string