Managing model-based custom entity types

Required global permission - either:

  • Create custom entity types

  • Edit any custom entity type

Self-hosted instances must also configure a connection to the LLM to use.

While a regex-based entity type identifies values that match regular expressions, for a model-based custom entity type, you train a model to identify the entity values.

A model-based entity type is useful when the values are identified more by context than by format. For example, for an entity type that identifies the names of health conditions, it would not be possible to set up regular expressions that identify the values.

You iterate over text-based guidelines that identify the entity type values in a smaller set of data, then use a larger set of data to train one or more models.

Each trained model is based on a selected version of the guidelines.

You select the trained model to use for the custom entity type, and select the datasets to enable the custom entity type for.

Getting started

Defining the entity type

Activating and managing an entity type

Last updated

Was this helpful?