cohere_embed
Generate vector embeddings for text using Cohere's models, enabling semantic search, classification, and clustering tasks.
Instructions
Create vector embeddings for text using Cohere's embed models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| texts | Yes | JSON array of strings to embed | |
| model | No | Embed model (default: embed-english-v3.0) | |
| input_type | No | search_document, search_query, classification, clustering |