”retrieval_query” | Specifies the given text is a query in a search/retrieval setting. |
”retrieval_document” | Specifies the given text is a document in a search/retrieval setting. Using this task type requires a title but is automatically proided by Embeddings API |
”semantic_similarity” | Specifies the given text will be used for Semantic Textual Similarity (STS). |
”classification” | Specifies that the embeddings will be used for classification. |
”clusering” | Specifies that the embeddings will be used for clustering. |