Member Junction
    Preparing search index...

    Parameters for processing a content source (e.g., website, file collection).

    interface PipelineContentParams {
        ContentSourceID: string;
        EnableAutotagging: boolean;
        EnableVectorization: boolean;
        EntityDocumentID?: string;
    }
    Index

    Properties

    ContentSourceID: string

    The content source entity ID

    EnableAutotagging: boolean

    Whether to run autotagging

    EnableVectorization: boolean

    Whether to run vectorization

    EntityDocumentID?: string

    Optional Entity Document ID for vectorization