Overview
Ideal for easy to use text embeddings where short queries are expected to return medium-length passages of text (1-2 paragraphs). Performance is close to full size Cohere-embed-english-v3.0 model while outputting lower-dimensional embeddings for vector storage savings.
Must add input_type=\"search_document\"
to requests when embedding passages/documents, and input_type=\"search_query\"
when embedding queries. See here for an example.