Constructor
Parameters
The image content as a Blob or DescribedBlob (write image+description), or a
sequence of them.
The model identifier for generating image embeddings. Defaults to
“clip-ViT-B-32”.
The handler for the model, defaults to ModelHandler.SENTENCE_TRANSFORMERS.
Directory to cache downloaded models. If None, uses the default cache
directory. Defaults to None.
Configuration for the embedding engine. Defaults to EmbeddingEngineConfig().
InvalidInputException
- If the image and description fields are not from the same schema.
Inheritance
Inheritance Chain:ImageSpace
- →
Space
- →
HasTransformationConfig
- →
HasLength
- →
Generic
- →
ABC
Properties
Configuration for transforming image data into vectors.