Interact with PDF Documents Using AI and Source Citations - n8n Workflow | Neura Market
Interact with PDF Documents Using AI and Source Citations
This workflow enables users to query PDF documents using AI, providing answers with source citations. It integrates with Google Drive, Pinecone, and OpenAI for document retrieval, vector storage, and AI processing.
The workflow is designed to fetch a PDF document from Google Drive, split it into manageable chunks, and store these in Pinecone's vector database. When a user queries the document, the workflow retrieves relevant chunks, processes them with an AI model, and returns an answer with citations. This setup allows for easy customization, such as changing the document source or AI model.
Platform
n8n
Category
AI
Price
Free
Creator
Aria Patel
set
code
stickyNote
googleDrive
manualTrigger
chainLlm
chatTrigger
lmChatOpenAi
embeddingsOpenAi
vectorStorePinecone
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.