You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create the Pinecone vector store with the cohere embeddings using the model Embed-English-v3.0
Process the data loader with recursive
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: