Member Junction
    Preparing search index...

    Parameters for processing an entire entity through the pipeline.

    interface PipelineEntityParams {
        BatchSize?: number;
        EnableAutotagging: boolean;
        EnableVectorization: boolean;
        EntityDocumentID: string;
        EntityID: string;
        ExtraFilter?: string;
    }
    Index

    Properties

    BatchSize?: number

    Optional batch size for processing records

    EnableAutotagging: boolean

    Whether to run the autotagging stage

    EnableVectorization: boolean

    Whether to run the vectorization stage

    EntityDocumentID: string

    The Entity Document ID to use for vectorization

    EntityID: string

    The entity ID to process

    ExtraFilter?: string

    Optional filter to restrict which records are processed