AI Profiles

AI Profiles

AI profiles are part of the release 25.3

Introduction

AI profiles allow for configuring the following AI aspects

  • Metadata fields to add to the embedding, used by semantic and similarity search

  • Generative metadata: a hint/prompt for each metadata field to generate with AI

Properties

Properties only applicable for category Ai

Property

Description

Type

Default

Property

Description

Type

Default

Embedding.Include

Include the field in the semantic and similarity search context.

Boolean

false

GenerativeMetadata.Hint

Hint to give to the AI for generating the value (if empty, no value is generated).

String

 

GenerativeMetadata.IncludeInRequest

Should this field be included in the information about the object sent to the AI? By default, fields are not included because the cost scales with the number of input tokens.

Boolean

false

GenerativeMetadata.MergeStrategy

What https://mediahaven.atlassian.net/wiki/x/DYARKw to use when merging the generated metadata with the existing metadata of the object.

Enum
Keep Overwrite
Merge

Keep

Usage

  • API users with ADMIN_PROFILES can manage these profiles