ImageEmbedding extends VectorFeature to handle image-based embeddings, providing
clustering analysis specifically designed for visual content. This feature type
is used to monitor image models and detect visual drift in high-dimensional
embedding spaces.
The feature type is automatically set to CustomFeatureType.FROM_IMAGE_EMBEDDING
and applies clustering to image embeddings for visual pattern analysis.
Examples
Creating an image embedding feature for product photos:
Creating a feature for medical image analysis:
Attributes
Type discriminator; fixed as CustomFeatureType.FROM_IMAGE_EMBEDDING.
Name of the original image column that generated the embedding.