Member Junction
    Preparing search index...

    Parameters for processing a single record.

    interface PipelineSingleRecordParams {
        EnableAutotagging: boolean;
        EnableVectorization: boolean;
        EntityDocumentID: string;
        EntityName: string;
        RecordID: CompositeKey;
    }
    Index

    Properties

    EnableAutotagging: boolean

    Whether to run autotagging

    EnableVectorization: boolean

    Whether to run vectorization

    EntityDocumentID: string

    The Entity Document ID to use for vectorization

    EntityName: string

    The entity name

    RecordID: CompositeKey

    The record composite key