Replies: 1 comment 2 replies
-
Any answer or help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have flowise running in docker and I am using the component "Folder with files" and Pinecode as VectorStore when I save the proyect and run te Upsert Vector Database I get the following error:
2024-02-15 09:41:52 [ERROR]: ENOENT: no such file or directory, scandir '/home/user/Escritorio/Datos/Files/'
Error: ENOENT: no such file or directory, scandir '/home/user/Escritorio/Datos/Files/'
2024-02-15 09:41:52 [ERROR]: [server]: Error: Error: ENOENT: no such file or directory, scandir '/home/user/Escritorio/Datos/Files/'
Error: Error: ENOENT: no such file or directory, scandir '/home/user/Escritorio/Datos/Files/'
at buildLangchain (/usr/local/lib/node_modules/flowise/dist/utils/index.js:331:19)
at async App.upsertVector (/usr/local/lib/node_modules/flowise/dist/index.js:1345:13)
at async /usr/local/lib/node_modules/flowise/dist/index.js:1017:13
But I I try to load just only a file it works, any help or idea what is wrong here?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions