Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't upload files into flow #3228

Open
colleen-sauer opened this issue Sep 20, 2024 · 3 comments
Open

[BUG] Can't upload files into flow #3228

colleen-sauer opened this issue Sep 20, 2024 · 3 comments
Labels
question Further information is requested

Comments

@colleen-sauer
Copy link

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
{59128317-BA2F-4D4A-AC1A-F2F84C3DD9E3}
{E0868B15-FC7F-46F1-9F88-B106D762E154}

Setup

  • Installation: npx flowise start
  • OS: Windows
  • Browser: safari
@HenryHengZJ
Copy link
Contributor

is there any error logs? I am guessing the embeddings model are not able to work correctly. Try docstore: https://docs.flowiseai.com/using-flowise/document-stores

@HenryHengZJ HenryHengZJ added the question Further information is requested label Sep 20, 2024
@colleen-sauer
Copy link
Author

Hi Henry,

Thanks a lot for the message.

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.
image

In the second example, I tried to first send the document to Unstructured and then Pinecone, but I received an error message
image

So, you think it might be an issue with my embeddings model with cohere? Any suggestions on how to mitigate this?

Thanks a lot in advanced!

@HenryHengZJ
Copy link
Contributor

I'd say try OpenAI Embeddings and see if you have same problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants