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 users ask questions using different terminology, synonyms help the AI understand which field they mean. Refer to the Optimizing models for AI guide for more information on best practices.

Syntax

<dimension_name>:
  synonyms: [<synonym_1>, <synonym_2>, ...]

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Customer field synonyms
customer_name:
  synonyms: [client, account, buyer, purchaser]
Revenue field synonyms
total_revenue:
  synonyms: [sales, income, earnings, gross revenue, top line]
Date field synonyms
order_date:
  synonyms: [purchase date, transaction date, order timestamp]