weaviate-agents
    Preparing search index...

    Type Alias SearchExecutionOptions

    Options for executing a prepared QueryAgent search.

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

    Properties

    Properties

    limit?: number

    The maximum number of results to return. Defaults to 20 if not specified.

    offset: number

    The offset to start from, for paginating through query result sets.