For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai glossaries create

Create a glossary

Synopsis

Create a new glossary definition in an InteractiveAI project.

Content is provided via a JSON file using the --file flag.

Run iai glossaries schema to see the current field definitions.

Example

{
  "terms": {
    "aht": {
      "name": "AHT",
      "description": "Average Handle Time",
      "synonyms": ["handle time"]
    },
    "kyc": {
      "name": "KYC",
      "description": "Know Your Customer",
      "synonyms": ["identity check"]
    }
  }
}

Each key under terms must be unique. Add as many terms as you need — the glossary accepts any number of entries.

Examples

Options

Options inherited from parent commands

SEE ALSO

  • iai glossaries - Domain vocabularies for consistent term interpretation

Last updated

Was this helpful?