Embeddings
Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.
It is NOT recommended to use these models for other tasks other than for computing embeddings.
Properties
Link copied to clipboard
text-embedding-ada-002 is more performant version of the initial ada embedding model. But it's an older model compared to TextEmbeddingAda3Small and TextEmbeddingAda3Large.
Link copied to clipboard
text-embedding-3-large is currently the most capable embedding model for both english and non-english tasks.
Link copied to clipboard
text-embedding-3-small is an improved, more performant version of the ada embedding model.