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
Describe the bug
I cannot upload files, either with the general document uploader or pdf file. I first was trying to move data between unstructured, pinecone, and cohere via flowise with errors, and then stripped it down to only in-memory storage instead of going through unstructured and pinecone, looking for the root of the problem.
Sometimes the pdf won't upload at all into my flow, other times it will upset successfully at the end, but will show that no new vectors were created (see below)
Screenshots
Setup
Installation: npx flowise start
OS: Windows
Browser: safari
The text was updated successfully, but these errors were encountered:
I did see the document stores option...we want to have our on instance when storing documents, and for it to also be available to colleagues on the cloud, and able to process PPTs and images as well. Could the document store be helpful for that?
In the below example, I just used the flowise document loader to try and send it to Pinecone. It says it was successfully loaded, but empty.
In the second example, I tried to first send the document to Unstructured and then Pinecone, but I received an error message
So, you think it might be an issue with my embeddings model with cohere? Any suggestions on how to mitigate this?
Describe the bug
I cannot upload files, either with the general document uploader or pdf file. I first was trying to move data between unstructured, pinecone, and cohere via flowise with errors, and then stripped it down to only in-memory storage instead of going through unstructured and pinecone, looking for the root of the problem.
Sometimes the pdf won't upload at all into my flow, other times it will upset successfully at the end, but will show that no new vectors were created (see below)
Screenshots
Setup
npx flowise start
The text was updated successfully, but these errors were encountered: