Deploy Nomic Embed v1.5
Example usage
Nomic Embed v1.5 is a state of the art text embedding model with two special features:- You can choose whether to optimize the embeddings for retrieval, search, clustering, or classification.
- You can trade off between cost and accuracy by choosing your own dimensionality thanks to Matryoshka Representation Learning.
textsthe strings to embed.task_typethe task to optimize the embedding for. Can besearch_document(default),search_query,clustering, orclassification.dimensionalitythe size of each output vector, any integer between64and768(default).