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