CLIP Embedding Model
Generate an embedding of an image or string.
Last updated
Was this helpful?
Generate an embedding of an image or string.
Use a CLIP model to create semantic embeddings of text and images.
This block accepts an image or string and returns an embedding. The embedding can be used to compare the similarity between different images or between images and text.
Use the following identifier in step "type" field: roboflow_core/clip@v1 to add the block as a step in your workflow.
Name
Type
Description
Refs
name
str
Unique name of step in workflows.
❌
data
str
The string or image to generate an embedding for..
✅
version
str
Variant of CLIP model.
✅
The Refs column marks possibility to parametrise the property with dynamic values available in workflow runtime. See Bindings for more info.
The available connections depend on its binding kinds. Check what binding kinds CLIP Embedding Model in version v1 has.
Last updated
Was this helpful?
Was this helpful?