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 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
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
The text was updated successfully, but these errors were encountered:
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.
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
Flow
If applicable, add exported flow in order to help replicating the problem.
Setup
The text was updated successfully, but these errors were encountered: