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

Folder with Files - Folder Path not found (no such file or directory) #2562

Closed
JuliaZamaitat opened this issue Jun 3, 2024 · 2 comments
Closed
Labels
setup Setup related issues

Comments

@JuliaZamaitat
Copy link

Describe the bug
I have the application running locally with Docker and built a Document Chatbot Flow. Working fine with single .txt files, but as soon as I am trying to add other document sources I am lost because Flowise can't seem to find the paths I am providing under "Folder Path", giving the error: Error: ENOENT: no such file or directory,

I am sure the directory exists and tried local folders as well as folders synced with OneCloud. I cannot find any documentation for how the Folder Path is supposed to look like or what I am missing, so any help would be appreciated.

Expected behavior
I expect the folder to be found.

Screenshots
image

Flow
If applicable, add exported flow in order to help replicating the problem.

Setup

  • Installation docker-compose up -d
  • flowise/1.8.0 win32-x64 node-v20.14.0
  • OS: Windows 10 Enterprise
  • Browser: Edge
@danieldabate
Copy link
Contributor

Hi @JuliaZamaitat, are you referencing local paths? I see you are using docker, so you would need to mount those folders as volumes into the container and reference the path inside the container, not in your local filesystem.

Alternatively you can add those files in the ~/.flowise local folder, which is already being mounted to the container under /root/.flowise. In the node, you would need to reference /root/.flowise/yourfilesfolder.

More info here.

@HenryHengZJ HenryHengZJ added the setup Setup related issues label Jun 4, 2024
@JuliaZamaitat
Copy link
Author

Thank you, @danieldabate! I totally didn't think about that! Now it works like a charm. Thanks a lot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup Setup related issues
Projects
None yet
Development

No branches or pull requests

3 participants