Skip to content

Embeddings Cohere#

The Embeddings Cohere node allows you to generate embeddings for a given text.

On this page, you'll find the node parameters for the Embeddings Cohere node, and links to more resources.

Credentials

You can find authentication information for this node here.

Examples and templates

For usage examples and templates to help you get started, refer to n8n's LangChain integrations page.

Node parameters#

  • Model
    • Embed-English-v2.0(4096 Dimensions)
    • Embed-English-Light-v2.0(1024 Dimensions)
    • Embed-Multilingual-v2.0(768 Dimensions)

Node reference#

View example workflows and related content on n8n's website.

Refer to Langchain's Cohere embeddings documentation for more information about the service.

View n8n's LangChain documentation.