Using AI Bot to Query PDF files in Google Drive Folder

I have tried other means, but this seems to be on the way to working. I am building a workflow that will query my pdf files in a google drive folder. Upon using the PDF.co and other built-in converters, I still face the challenge. I want to use AI to query the folder and fetch information from the various files in the folder, but it seems the generations that come are all not from the database I have created for it.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow


Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

If you want to chat with your PDF files, the most common approach these days is to build yourself a RAG system. To learn more about RAG, you could watch the following educational video:

1 Like

This is helpful, but how do I get multiple pdf files queried?

The video explain exactly that - how to have multiple PDFs vectorized and the nqueried.

Thank you.