Error using cohere embeddings in qachain #161
Unanswered
mashedp0tato
asked this question in
Q&A
Replies: 1 comment
-
hey it works fine for me when using Cohere embeddins. Below is the chatflow I was using, try copy the below content, and paste it onto a new canvas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to make a simple Conversational Retrieval QA Chain where gpt3.5 turbo is used as llm, pinecone as vectorstore and cohere's multilingual v2 as embeddings model. I could successfully generate and store the embeddings in Pinecone. But then got
'this.retriever.getRelevantDocuments is not a function' as error
Any idea how to make flowise work with Cohere embeddings?
Beta Was this translation helpful? Give feedback.
All reactions