This operator extracts features for image or text with [Japanese-CLIP](https://github.com/rinnakk/japanese-clip
) developed by [rinna Co., Ltd](https://rinna.co.jp/), which can generate embeddings for Japanese text and image by jointly training an image encoder and text encoder to maximize the cosine similarity.
<br/>
## Code Example
Load an image from path './teddy.jpg' to generate an image embedding.
Read the text 'スケートボードに乗っているテディベア。' to generate an text embedding.
*Write a same pipeline with explicit inputs/outputs name specifications:*