Skip to main content

Module clip_executor

Module clip_executor 

Source
Expand description

CLIP Model Executor for multimodal embeddings.

Supports both text and image embedding via unified interface. Text goes through CLIP text encoder, images through vision encoder.

Structsยง

ClipModelExecutor
CLIP executor for text and image embeddings.