# CLIP Embeddings
The CL in clip stands for [Contrastive Loss](Contrastive%20Loss.md).
It's input is some text and its output is an embedding (where similar sets of text will give us similar embeddings).
---
Date: 20230709
Links to:
Tags:
References:
* [CLIP: Connecting text and images](https://openai.com/research/clip)