FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.39k stars 15.72k forks source link

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

Open colleen-sauer opened 2 weeks ago

colleen-sauer commented 2 weeks ago

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

HenryHengZJ commented 2 weeks ago

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

colleen-sauer commented 2 weeks ago

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 commented 1 week ago

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