SongGuess
    Preparing search index...

    Type Alias AiSearchItemChunksParams

    type AiSearchItemChunksParams = {
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    Maximum number of chunks to return (1-100, default 20).

    offset?: number

    Offset into the chunks list (default 0).