n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
46.27k stars 6.57k forks source link

Embeddings Cohere V3 - Unable to ingest the data #10731

Open nmoturi opened 2 weeks ago

nmoturi commented 2 weeks ago

Bug Description

Error in sub-node ‘Embeddings Cohere‘ BadRequestError Status code: 400 Body: { "message": "invalid request: valid input_type must be provided with the provided model"

To Reproduce

  1. Create the Pinecone vector store with the cohere embeddings using the model Embed-English-v3.0
  2. Process the data loader with recursive
  3. Below is error Error in sub-node ‘Embeddings Cohere‘ BadRequestError Status code: 400 Body: { "message": "invalid request: valid input_type must be provided with the provided model"

Expected behavior

The cohere embeddings v3 API should be able to process the input flow.

Operating System

Docker

n8n Version

1.56.2

Node.js Version

docker

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 2 weeks ago

Hey @nmoturi,

We have created an internal ticket to look into this which we will be tracking as "GHC-215"