Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

When set, the default row limit will be applied to queries that are created after the limit is defined. If a model-level default row limit isn’t defined, the system default of 1,000 will be used instead.
If defined, this parameter will override the model-level default_row_limit parameter.

Syntax

default_row_limit: number

Properties

default_row_limit
integer
The default number of rows to return for new queries using this topic. Must be between 1 and 50,000.

Examples

Set default row limit to 2,000
default_row_limit: 2000