Skip to main content
Represents custom features derived from image embeddings for visual content analysis. 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:

type

source_column

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].