@squidcloud/client
    Preparing search index...

    Type Alias BaseAiContextOptions

    Base options for how to deal with the content being upserted.

    type BaseAiContextOptions = {
        chunkOverlap?: number;
        ragType?: AiRagType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chunkOverlap?: number

    Amount of chunk overlap, in characters.

    ragType?: AiRagType

    The type of RAG to use for the content.