Hey !
This is my workflow. I’m not sure if read/write files from disk is a good node for this task. I want that my agent has knowledge about my experienced past so i give it to him some pdf with that.
Hey !
This is my workflow. I’m not sure if read/write files from disk is a good node for this task. I want that my agent has knowledge about my experienced past so i give it to him some pdf with that.
Hi @Fanny_Marello Welcome!
Consider creating a google Drive folder and there add your files so that your workflow can always get those files for injecting them into your vector database, and also i would recommend adding a trigger so that if there is a new file added to your folder that would automatically get injected into the vector database.
I have built something like this using the Google Drive it is far better. (And safer from errors)
Welcome to our community, @Fanny_Marello
I suggest you read these first:
Binary data: https://docs.n8n.io/courses/level-two/chapter-2/#binary-data
If you run into file system issues in Docker: https://community.n8n.io/t/n8n-docker-file-system-debug-checklist-2-minute-method/272013/1
For a beginner-friendly AI agent guide: https://community.n8n.io/t/how-to-build-ai-agents-in-n8n-for-beginners-full-guide-nocode/183469
Especially the AI agent guide around 40:00, because it may help you decide whether reading PDF files from disk is the right approach for your use case.