Hey guys!
Just wondering how can I replace the Google Drive node with the Local File node in a RAG workflow from your “self-hosted-ai-starter-kit” from GitHub?
I just set up it and it’s running fine, but I need to avoid using of any external services like Google Drive because of the confidential data.
So, I would like just grab the files from the local directory in docker.
How to mount new directory for my files in Docker?
How to add this directory to the “Local File” node?